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