variable number of strings passed to function - how?
Doug Gwyn
gwyn at smoke.BRL.MIL
Sun Oct 23 05:36:09 AEST 1988
In article <3533 at ihuxz.ATT.COM> burris at ihuxz.ATT.COM (Burris) writes:
>In the C language arguments are placed on the stack in reverse order
NO! NO! NO!
Do not follow that fellow's advice if you are at all concerned about
your code working on a wide variety of C implementations.
What he said may apply to HIS particular machine but definitely is
UNTRUE in general.
More information about the Comp.lang.c
mailing list