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