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