Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!talcott!panda!genrad!decvax!bellcore!ulysses!mhuxr!mhuxt!houxm!hropus!ka From: ka@hropus.UUCP (Kenneth Almquist) Newsgroups: net.lang,net.lang.c Subject: Re: structured assembler (BASIC) [Really: C builtin functions?] Message-ID: <406@hropus.UUCP> Date: Fri, 11-Apr-86 19:19:39 EST Article-I.D.: hropus.406 Posted: Fri Apr 11 19:19:39 1986 Date-Received: Mon, 14-Apr-86 01:32:28 EST References: <443@3comvax.UUCP> <7900003@ztivax.UUCP> Organization: Bell Labs, Holmdel, NJ Lines: 10 Keywords: BASIC, C Xref: linus net.lang:2096 net.lang.c:7886 > You are sort of right, but sizeof qualifies as a builtin function, > even though it is a compile-time function vs run-time. Anyone disagree? The sizeof operator doesn't use the function call syntax; it is legal to write "sizeof i" rather than "sizeof(i)". Of course, in the case of "sizeof(int)" the parenthesis are necessary, but since "int" is a reserved word this still doesn't look quite like a function call. Kenneth Almquist ihnp4!houxm!hropus!ka (official name) ihnp4!opus!ka (shorter path)