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