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