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