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