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