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