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