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