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