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