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