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