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