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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,ed4552e228419ca1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Passing shell arguments to Ada programs the Linux way Date: Sat, 02 Jul 2011 16:40:43 +0100 Organization: A noiseless patient Spider Message-ID: References: <958e152b-8b68-4381-9393-6b21e9c61eda@b2g2000vbo.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="3970"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19QFWDMt/1J1pvAdYy1fHbWpW4kf3S1iYU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:ZnJRH9fBDv988i+uarJZ7jpGsqU= sha1:R7sKg40ZZro5tVh1OXSrEPZiDCk= Xref: g2news2.google.com comp.lang.ada:21039 Date: 2011-07-02T16:40:43+01:00 List-Id: A famous IT technical writer writes: > You may find a solution on how to pass shell arguments to an Ada > program the Linux way. The code has been tested on Linux. As it makes > use of the GCC suite, the code is usable under any operating system > which implements the GCC suite. GNAT users could also look at GNAT.Command_Line.