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