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