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