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