Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (MU) 9/23/84; site munnari.OZ Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!mulga!munnari!taso From: taso@munnari.OZ (Taso Hatzi) Newsgroups: net.lang.c Subject: Re: C portability between non-UNIX operating systems. Message-ID: <552@munnari.OZ> Date: Wed, 10-Oct-84 07:18:40 EST Article-I.D.: munnari.552 Posted: Wed Oct 10 07:18:40 1984 Date-Received: Thu, 8-Nov-84 00:49:38 EST References: <2208@pur-ee.UUCP> <85@decvax.UUCP> Reply-To: taso@munnari.UUCP ( Hatzi) Organization: Comp Sci, Melbourne Uni, Australia Lines: 18 Summary: Do we need ANSII standard libraries? It's probably true to say that the more useful C programs (no offence intended to authors of reproducers), call on functions in one or other library. Indeed, the 'language' derives much of its utility from the various function libraries that come with it. Those who have had occasion to use C under various systems will be aware that there are differences in the 'standard' libraries. Any two 'standard' libraries may have the same functions but chances are the name or calling sequence are different. It seems to me that some effort put into defining standard libraries for application domains would be just as useful as that put into defining the language itself. I guess first on the list would be a standard IO library. th