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