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