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