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