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: 103376,7050446df2bdd3ac X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news3.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Mon, 20 Feb 2006 19:24:34 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Interfacing to C and void* References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <43fa0960$0$505$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 20 Feb 2006 19:24:36 MET NNTP-Posting-Host: 38dfcad0.newsread4.arcor-online.net X-Trace: DXC=7KfN;GU:_f8c]9?QGJT=S2:ejgIfPPld4jW\KbG]kaM88nDPh04j=Q?iJ:0^@Wn553k<`H1K[JoS;?3M>NiNj5T6bWoWITGh6m8 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3016 Date: 2006-02-20T19:24:36+01:00 List-Id: Maciej Sobczak wrote: > Hi, > > Suppose I have the following two C functions: > > void * factory(); I have seen System.Address used for this. -- Georg