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