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