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,fc7fc1b95198137d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-30 04:57:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Ada Address = C pointer ? Date: Tue, 30 Oct 2001 12:56:48 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: NNTP-Posting-Host: belenus.iks-jena.de X-Trace: branwen.iks-jena.de 1004446608 4999 217.17.192.34 (30 Oct 2001 12:56:48 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Tue, 30 Oct 2001 12:56:48 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:15405 Date: 2001-10-30T12:56:48+00:00 List-Id: * M. A. Alves wrote: >However, I am still not sure of the equivalence between null (a value of >Pointer) and NULL (C), i.e. is it garanteed that if the C function returns >NULL get_long_array returns null? Import conventions are your friend.