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