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