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