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