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