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