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