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