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