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