parameters.conf revision 1607793a00298f9d5a857dac73de2dd6a6510725
1void func_intptr(int*)
2void func_intptr_ret(+int*)
3int func_strlen(+string[retval])
4void func_strfixed(string[4])
5void func_ppp(int***)
6void func_stringp(string*)
7void func_enum(enum (RED=0,GREEN=1,BLUE=2,CHARTREUSE=3,PETUNIA=4))
8void func_short(short,short)
9void func_ushort(ushort, ushort)
10float func_float(float,float)
11double func_double(double,double)
12typedef color = enum (RED=0,GREEN=1,BLUE=2,CHARTREUSE=3,PETUNIA=4)
13void func_typedef(color)
14void func_arrayi(array(int,arg2)*,void)
15void func_arrayf(array(float,arg2)*,void)
16void func_struct(struct(int,int,int,array(struct(int,int),elt2)*,array(struct(int,int),3),string[elt3])*)
17