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