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