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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,260d6368507c2948 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-15 03:58:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!intgwpad.nntp.telstra.net!news.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: List of C function usable in Ada Organization: RMIT References: User-Agent: MT-NewsWatcher/3.2 (PPC Mac OS X) Message-ID: Date: Tue, 15 Oct 2002 10:58:06 GMT NNTP-Posting-Host: 144.132.47.50 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 1034679486 144.132.47.50 (Tue, 15 Oct 2002 20:58:06 EST) NNTP-Posting-Date: Tue, 15 Oct 2002 20:58:06 EST Xref: archiver1.google.com comp.lang.ada:29791 Date: 2002-10-15T10:58:06+00:00 List-Id: Sim Con wrote: > Hello! where can i find a list of C functions (with parameters and what > they do)usable in Ada? Thanx in advance ^_^ ? you can call almost any C function from standard Ada. The only real problem are those that contain varargs. Dale