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