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