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