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