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