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