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