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