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