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