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