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