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