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