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.6 required=5.0 tests=BAYES_20,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,180345a69b00bc48,start X-Google-Attributes: gid103376,public From: "Jes�s M. Mil�n-Franco" Subject: Help with variable number of param Date: 2000/07/21 Message-ID: <8l8raj$ptk$1@polaris.inta.es>#1/1 X-Deja-AN: 649174814 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: usenet@inta.es X-Trace: polaris.inta.es 964161683 26548 192.168.2.218 (21 Jul 2000 06:41:23 GMT) Organization: INTA X-MSMail-Priority: Normal Mime-Version: 1.0 NNTP-Posting-Date: 21 Jul 2000 06:41:23 GMT Newsgroups: comp.lang.ada Date: 2000-07-21T06:41:23+00:00 List-Id: Hi all. I'm building an Ada interface to a C library and I have found the = following function declaration: int zzz_VaSend (zzz_mbox_cap mbox_c, int send_type, int flag, int len, char *buf , char *va_list, = ...); Where va_list is a list with the receiver names finished by 'nul', so I = have a variable number of parameters. Does anybody know if it is possible to have something similar in Ada ?? ---- Jes=FAs M. Mil=E1n-Franco (milanjm@sip.ucm.es) Dpto. Sistemas Inform=E1ticos y Programaci=F3n Facultad de Inform=E1tica (U. C. M.) Ciudad Universitaria s/n - 28040 Madrid (Spain) phone: (+34) 91 394 43 50 / fax: (+34) 91 394 46 02