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