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