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