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