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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,23c28b14f995b7d4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-01 09:44:21 PST Path: bga.com!news.sprintlink.net!EU.net!uknet!lyra.csx.cam.ac.uk!sunsite.doc.ic.ac.uk!bright.ecs.soton.ac.uk!wynkyn.ecs.soton.ac.uk!not-for-mail From: kst@ecs.soton.ac.uk (Ken Thomas) Newsgroups: comp.lang.ada Subject: Interfaces.C Date: 1 Nov 1994 15:50:18 -0000 Organization: Electronics and Computer Science, University of Southampton Message-ID: <395o3q$2j1@wynkyn.ecs.soton.ac.uk> NNTP-Posting-Host: wynkyn.ecs.soton.ac.uk Keywords: Ada9X Date: 1994-11-01T15:50:18+00:00 List-Id: I am attempting to write an Ada9X interface for a C function with specification void foo(int *a, int l) the aim being to pass an integer array to the C-function. What is the correct usage of the package Interfaces.C and its children? Ken Thomas University of Southampton U.K. kst@uk.ac.soton.ecs