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