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