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