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