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