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