1
0
Files
irix-657m-src/eoe/cmd/flex/flex-2.5.4/libyywrap.c
2022-09-29 17:59:04 +03:00

9 lines
214 B
C

/* libyywrap - flex run-time support library "yywrap" function */
/* $Header: /proj/irix6.5.7m/isms/eoe/cmd/flex/flex-2.5.4/RCS/libyywrap.c,v 1.1 1997/01/24 05:36:38 leedom Exp $ */
int yywrap()
{
return 1;
}