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