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