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