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