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