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