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