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