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