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