Mail Archives: djgpp/1998/08/02/00:00:23
Fred Smith wrote:
> It's not a function (though it DOES look like one), it's a
> compile-time
> service.
It doesn't have to look like one. You only need to use parentheses when
the argument is a type, rather than a variable.
int i;
printf("sizeof i = %d\n", sizeof i); /* the size of i */
printf("sizeof(int) = %d\n", sizeof(int)); /* the size of an int */
--
Erik Max Francis / email max AT alcyone DOT com / whois mf303 / icq 16063900
Alcyone Systems / irc maxxon (efnet) / finger max AT sade DOT alcyone DOT com
San Jose, CA / languages En, Eo / web http://www.alcyone.com/max/
USA / icbm 37 20 07 N 121 53 38 W
\
/ I've got the fever for the flavor of a cracker
/ Ice Cube
- Raw text -