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