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