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