C Coding Question
Tad Marko
tad at killer.UUCP
Sat Aug 23 13:13:05 AEST 1986
In my original article, I wasn't asking if this was legal:
char **thing = {"stuff","and more stuff"};
I was asking if I should use
foo(parm)
char **parm;
{...}
or
foo(parm)
char *parm[];
{...}
and I *DID* test both of them, and they both worked.
C'mon, give me at least a *little* credit...sheeeesh!
--
Tad Marko
..!ihnp4!killer!tad || ..!ihnp4!alamo!infoswx!ntvax!tad
UNIX Connection BBS AT&T 3B2 North Texas State U. VAX 11/780
flames to: /dev/your_ear
More information about the Comp.lang.c
mailing list