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