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