ref: 1645f3314c751e985de4c56b4e86a14197c0ed2e dir: /sys/src/liblex/yywrap.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yywrap(void) { return 1; }