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