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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ce5636289df1f84,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-07 15:39:28 PST Path: archiver1.google.com!news2.google.com!postnews1.google.com!not-for-mail From: lin@post.com (Lin) Newsgroups: comp.lang.ada Subject: pointer in C & in Ada Date: 7 Aug 2001 15:39:27 -0700 Organization: http://groups.google.com/ Message-ID: <86772402.0108071439.1c3e1e40@posting.google.com> NNTP-Posting-Host: 144.32.177.108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 997223968 26083 127.0.0.1 (7 Aug 2001 22:39:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 7 Aug 2001 22:39:28 GMT Xref: archiver1.google.com comp.lang.ada:11540 Date: 2001-08-07T22:39:28+00:00 List-Id: If "int *p" declares that pointer p points to integer type, then what's the meaning of "void *p"? How can I represent it(void *p) in Ada language? Many thanks, Lin