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