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