Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!decwrl!glacier!diablo!avg From: avg@diablo.ARPA (Allen VanGelder) Newsgroups: net.lang Subject: Re: [Really: C builtin functions?] Message-ID: <149@diablo.ARPA> Date: Wed, 9-Apr-86 18:32:26 EST Article-I.D.: diablo.149 Posted: Wed Apr 9 18:32:26 1986 Date-Received: Fri, 11-Apr-86 07:28:46 EST References: <443@3comvax.UUCP> <7900003@ztivax.UUCP> Reply-To: avg@diablo.UUCP (Allen VanGelder) Organization: Stanford University Lines: 8 Keywords: C I think there may be a confusion in terminology between built-in and in-line. In FORTRAN, MAX is expanded in-line, so you always get FORTRAN's MAX. But SIN is not, and if you jiggle your libraries properly you will get your personal SIN function. The same is true for READ and WRITE in FORTRAN. I still call SIN, READ, and WRITE built-in in any language where the language manual tells how to use them and what they do.