Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: $Revision: 1.6.2.14 $; site umn-cs.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!stolaf!mmm!umn-cs!herndon From: herndon@umn-cs.UUCP Newsgroups: net.lang.c Subject: Re: Re: structured assembler (BASIC) [R Message-ID: <1700007@umn-cs.UUCP> Date: Sun, 13-Apr-86 02:30:00 EST Article-I.D.: umn-cs.1700007 Posted: Sun Apr 13 02:30:00 1986 Date-Received: Sat, 19-Apr-86 04:13:58 EST References: <584@ihdev.UUCP> Lines: 13 Nf-ID: #R:ihdev:-58400:umn-cs:1700007:000:474 Nf-From: umn-cs!herndon Apr 13 01:30:00 1986 I disagree. Sizeof is definitely NOT a function. It is a builtin of the C language, but it is not and could not be written as a function (well...), just as return is definitely not a function. The rules for sizeof are a little peculiar though -- as to when parentheses are required and when they aren't. (For instance, though most people say return(0); the statement return 0; is just as legal.) Sizeof sometimes requires the parentheses. Robert Herndon