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