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