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