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