"Jes�s M. Mil�n-Franco" wrote in message news:8ljlti$7u0$1@polaris.inta.es... > Hi all. > > I have to do 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 'null', so the function has a variable number of parameters (the last is always null) > > Does anybody know if it is possible to have something similar in Ada ?? It's certainly possible to pass a list of items in Ada - what method do you use to get the elements of va_list?