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