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