yywrap.c 70 B

12345678
  1. #include <libl.h>
  2. #include <stdio.h>
  3. int
  4. yywrap(void)
  5. {
  6. return 1;
  7. }