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