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