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