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