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