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