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