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