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