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