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