"handy.h"

Phillip W. Servita meister at linus.UUCP
Tue Sep 3 01:36:02 AEST 1985


>
>I'm interested in coming up with an include file, say "handy.h",
>which declares a lot of commonly useful "stuff".  A lot of discussion
> .
> .
> .
>Any other suggestions would be appreciated.
>
>-- Rich Wagner

my personal favorite:

    #define EVER ;;

then you can say:

    for(EVER) {
        stuff;
        }
                                      -the venn buddhist



More information about the Comp.lang.c mailing list