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