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