Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: structured assembler (BASIC) [Really: C builtin functions?] Message-ID: <2427@brl-smoke.ARPA> Date: Sun, 6-Apr-86 21:58:58 EST Article-I.D.: brl-smok.2427 Posted: Sun Apr 6 21:58:58 1986 Date-Received: Wed, 9-Apr-86 22:35:31 EST Sender: news@brl-smoke.ARPA Lines: 10 Actually, a hosted C implementation must supply a fair number of library functions to qualify as a conforming X3J11 implementation. This is not true of standalone C implementations, however. These functions should not be thought of as "built-in"; indeed, X3J11 has decreed that there must be an actual extern definition of each required function, even when the usual usage would be implemented with preprocessor macros. But the interface IS "standardized" now (or as soon as the official X3J11 standard is approved).