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