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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b28f27d5b835c2e,start X-Google-Attributes: gid103376,public From: cm3bcawp@bs47c.staffs.ac.uk (Al Priest) Subject: Pragma Import to C "Accept" function? Date: 1997/02/12 Message-ID: <5ds893$qgf@bs33n.staffs.ac.uk>#1/1 X-Deja-AN: 218234831 Organization: Staffordshire University Newsgroups: comp.lang.ada Date: 1997-02-12T00:00:00+00:00 List-Id: I'm looking for a "nice" way to interface to the C accept function. Given it's clash with the reserved word accept, is there a good way to interface to the function? Currently the only way I can do it is by writing a C function to interface to the accept, and then interfacing to that in my Ada program. I'm using latest (Jan'97) version of Gnat compiler for Linux in case it matters. Thanks, Al -- al@priest.com