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,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,e51f94f876618e37 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.180.141 with SMTP id bu13mr6702880qab.2.1352501804794; Fri, 09 Nov 2012 14:56:44 -0800 (PST) Received: by 10.182.119.74 with SMTP id ks10mr1207117obb.5.1352501804673; Fri, 09 Nov 2012 14:56:44 -0800 (PST) Path: gf5ni18188417qab.0!nntp.google.com!c7no14980644qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 9 Nov 2012 14:56:44 -0800 (PST) In-Reply-To: <6b1d2c76-baf9-4c9b-b6c7-51c92f3cb561@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <9bbd99bd-f953-434d-b3c8-6e8a6d5c7dfd@googlegroups.com> <77906f56-8ea0-4d87-8ace-4db1172958cd@googlegroups.com> <6b1d2c76-baf9-4c9b-b6c7-51c92f3cb561@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3d340d24-3108-4e94-97bd-5c9aff05bde3@googlegroups.com> Subject: Re: Question[s] about aliased extended return. From: Shark8 Injection-Date: Fri, 09 Nov 2012 22:56:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-11-09T14:56:44-08:00 List-Id: On Friday, November 9, 2012 3:04:17 PM UTC-7, sbelm...@gmail.com wrote: >=20 > My preference for the thin binding is to reuse the name exactly as it in = the C API, import the actual C function with a preceeding 'C_', and then cl= ean up the thick binding as needed (usually it ends up being split apart in= to child packages, depending on the API), but of course to each their own. That's how I'm doing it (w/o the 'C_'), with the added constraint that the = thin functions are never seen in the public portions of the package.