yywrap() from lex library

William C. DenBesten denbeste at bgsuvax.UUCP
Wed Apr 19 06:32:47 AEST 1989


In article <777 at mks.UUCP> egisin at mks.UUCP (Eric Gisin) writes:
</* Copyright 1988 Mortice Kern Systems Inc.
< * All rights reserved.
< */
<int yywrap() {	return 1; }


I did it an even easier way.

     #define yywrap() 1



More information about the Comp.lang.c mailing list