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