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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3da001f81c8043d1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-29 04:41:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tu-darmstadt.de!feed.news.nacamar.de!uninett.no!news.net.uni-c.dk!sunsite.dk!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail Sender: malo@niflheim.malonet Newsgroups: comp.lang.ada Subject: Re: Hope this question is not silly! References: From: Mark Lorenzen Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: 29 May 2003 15:45:01 +0200 NNTP-Posting-Host: 62.84.221.216 X-Complaints-To: abuse@colt-telecom.dk X-Trace: news.get2net.dk 1054208518 62.84.221.216 (Thu, 29 May 2003 13:41:58 CEST) NNTP-Posting-Date: Thu, 29 May 2003 13:41:58 CEST Organization: Colt Telecom Kunde Xref: archiver1.google.com comp.lang.ada:37987 Date: 2003-05-29T15:45:01+02:00 List-Id: vashwath@rediffmail.com (prashna) writes: > Hi all, > Is it possible to call unix system call in Ada program?if yes, Is > there any website which explains as how to do this? > The reason I am asking this question is, the syntax of unix system > calls does not support Ada... If you use GNAT and you want the big toolbox, you can download 'florist' - the GNAT implementation of the ISO/IEC 14519 standard. The standard defines interfaces to POSIX like operating systems. http://libre.act-europe.fr - Mark