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