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