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