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