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