Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site uokvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!inuxc!pur-ee!uiucdcs!okstate.UUCP!uokvax.UUCP!emjej From: emjej@uokvax.UUCP Newsgroups: net.lang.c Subject: Re: fast code and no morals ("plagi Message-ID: <3000072@uokvax.UUCP> Date: Tue, 11-Feb-86 10:48:00 EST Article-I.D.: uokvax.3000072 Posted: Tue Feb 11 10:48:00 1986 Date-Received: Fri, 14-Feb-86 01:15:15 EST References: <215@hadron.UUCP> Lines: 16 Nf-ID: #R:hadron.UUCP:215:uokvax.UUCP:3000072:000:812 Nf-From: uokvax.UUCP!emjej Feb 11 09:48:00 1986 /* Written 6:35 pm Feb 8, 1986 by levy@ttrdc.UUCP in net.lang.c */ What about a system where it is impossible to give command line arguments to a program, like the early-stone-age card reading IBM systems? Not all C runs on Unix ya know.... (Is C only allowed to run on machines that DO allow command line arguments? What does the proposed ANSI C standard say about this?) /* End of text from net.lang.c */ Actually, there are times one might want to parse the command line oneself. Consider the joys of the quoting and so forth required to type a RFC822 address on a command line so as to make it past the shell, etc. to a mailer. I'll say no more, since it's been discussed at vociferous length before (mostly flamage at anyone daring to suggest something other than what Unix does). James Jones