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