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