Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site dg_rtp.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!mcnc!rti-sel!dg_rtp!meissner From: meissner@dg_rtp.UUCP Newsgroups: net.lang.c Subject: Re: Re: fast code and no morals Message-ID: <162@dg_rtp.UUCP> Date: Sun, 16-Feb-86 17:24:41 EST Article-I.D.: dg_rtp.162 Posted: Sun Feb 16 17:24:41 1986 Date-Received: Tue, 18-Feb-86 03:31:39 EST References: <842@megaron.UUCP> <1820@brl-tgr.ARPA> Reply-To: meissner@dg_rtp.UUCP (Michael Meissner) Distribution: net Organization: Data General (Languages @ Westborough, MA.) Lines: 14 In article <814@brl-smoke.ARPA> gwyn@brl.ARPA writes: >In a hosted (as opposed to stand-alone) environment, yes, C requires >that programs be able to obtain arguments specified at the time they >are run. The Software Tools people have accomplished this on >virtually every major mainframe and minicomputer OS, so it is doable. > >Yes, C requires support of both upper- and lower-case characters. >Modern Cybers claim to have support for 8- or 12-bit characters. > I believe Doug already knows this, but ANSI C does not require command line arguments to be dual-case. If the environment can only support one case, command line args MUST be mapped to lower case. Michael Meissner