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