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