From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a2e027c5d59b1c31 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-19 21:16:59 PST Path: bga.com!news.sprintlink.net!pipex!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT and Command Line Arguments Date: 19 Oct 1994 14:58:32 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <383q8o$mkf@gnat.cs.nyu.edu> References: <383amh$95h@hp-col.col.hp.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-10-19T14:58:32-04:00 List-Id: first, the usual reminder, if you want to ask questions about gnat, be sure to at least copy them to gnat-report, where the gnat team stands ready to help, but can only help if it sees the questions! as to the particular question, there is a defined command line package in Ada 9X. THe easiest way for you to get the spec is to look at file a-comlin.ads in your GNAT library which has a copy of the spec which is quite well commented, and should be adeqaute for your purposes.