ref: 02d0bef2e0131b4b025deef3bd527dd455e3398b dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }