1 | f1: a int |
---|
2 | f2: a int |
---|
3 | f3: a pointer to int |
---|
4 | f4: a pointer to pointer to int |
---|
5 | f5: a pointer to const pointer to int |
---|
6 | f6: a const pointer to const pointer to int |
---|
7 | f7: a pointer to int |
---|
8 | f8: a pointer to pointer to int |
---|
9 | f9: a pointer to const pointer to int |
---|
10 | f10: a const pointer to const pointer to int |
---|
11 | f11: a pointer to int |
---|
12 | f12: a pointer to pointer to int |
---|
13 | f13: a pointer to const pointer to int |
---|
14 | f14: a const pointer to const pointer to int |
---|
15 | f15: a open array of int |
---|
16 | f16: a array of 10 int |
---|
17 | f17: a open array of int |
---|
18 | f18: a array of 10 int |
---|
19 | f19: a open array of pointer to int |
---|
20 | f20: a array of 10 pointer to int |
---|
21 | f21: a open array of pointer to pointer to int |
---|
22 | f22: a array of 10 pointer to pointer to int |
---|
23 | f23: a open array of pointer to const pointer to int |
---|
24 | f24: a array of 10 pointer to const pointer to int |
---|
25 | f25: a open array of const pointer to const pointer to int |
---|
26 | f26: a array of 10 const pointer to const pointer to int |
---|
27 | f27: a open array of pointer to int |
---|
28 | f28: a array of 10 pointer to int |
---|
29 | f29: a open array of pointer to pointer to int |
---|
30 | f30: a array of 10 pointer to pointer to int |
---|
31 | f31: a open array of pointer to const pointer to int |
---|
32 | f32: a array of 10 pointer to const pointer to int |
---|
33 | f33: a open array of const pointer to const pointer to int |
---|
34 | f34: a array of 10 const pointer to const pointer to int |
---|
35 | f35: a open array of pointer to int |
---|
36 | f36: a array of 10 pointer to int |
---|
37 | f37: a open array of pointer to pointer to int |
---|
38 | f38: a array of 10 pointer to pointer to int |
---|
39 | f39: a open array of pointer to const pointer to int |
---|
40 | f40: a array of 10 pointer to const pointer to int |
---|
41 | f41: a open array of const pointer to const pointer to int |
---|
42 | f42: a array of 10 const pointer to const pointer to int |
---|
43 | f43: a open array of array of 3 int |
---|
44 | f44: a array of 3 array of 3 int |
---|
45 | f45: a open array of array of 3 int |
---|
46 | f46: a array of 3 array of 3 int |
---|
47 | f47: a open array of array of 3 int |
---|
48 | f48: a array of 3 array of 3 int |
---|
49 | f49: a open array of array of 3 pointer to int |
---|
50 | f50: a array of 3 array of 3 pointer to int |
---|
51 | f51: a open array of array of 3 pointer to pointer to int |
---|
52 | f52: a array of 3 array of 3 pointer to pointer to int |
---|
53 | f53: a open array of array of 3 pointer to const pointer to int |
---|
54 | f54: a array of 3 array of 3 pointer to const pointer to int |
---|
55 | f55: a open array of array of 3 const pointer to const pointer to int |
---|
56 | f56: a array of 3 array of 3 const pointer to const pointer to int |
---|
57 | f57: a open array of array of 3 pointer to int |
---|
58 | f58: a array of 3 array of 3 pointer to int |
---|
59 | f59: a open array of array of 3 pointer to pointer to int |
---|
60 | f60: a array of 3 array of 3 pointer to pointer to int |
---|
61 | f61: a open array of array of 3 pointer to const pointer to int |
---|
62 | f62: a array of 3 array of 3 pointer to const pointer to int |
---|
63 | f63: a open array of array of 3 const pointer to const pointer to int |
---|
64 | f64: a array of 3 array of 3 const pointer to const pointer to int |
---|
65 | f65: a function |
---|
66 | with parameters |
---|
67 | int |
---|
68 | returning int |
---|
69 | |
---|
70 | f66: a function |
---|
71 | with parameters |
---|
72 | int |
---|
73 | returning int |
---|
74 | |
---|
75 | f67: a function |
---|
76 | with parameters |
---|
77 | int |
---|
78 | returning pointer to int |
---|
79 | |
---|
80 | f68: a function |
---|
81 | with parameters |
---|
82 | int |
---|
83 | returning pointer to pointer to int |
---|
84 | |
---|
85 | f69: a function |
---|
86 | with parameters |
---|
87 | int |
---|
88 | returning pointer to const pointer to int |
---|
89 | |
---|
90 | f70: a function |
---|
91 | with parameters |
---|
92 | int |
---|
93 | returning const pointer to const pointer to int |
---|
94 | |
---|
95 | f71: a function |
---|
96 | with parameters |
---|
97 | int |
---|
98 | returning pointer to int |
---|
99 | |
---|
100 | f72: a function |
---|
101 | with parameters |
---|
102 | int |
---|
103 | returning pointer to pointer to int |
---|
104 | |
---|
105 | f73: a function |
---|
106 | with parameters |
---|
107 | int |
---|
108 | returning pointer to const pointer to int |
---|
109 | |
---|
110 | f74: a function |
---|
111 | with parameters |
---|
112 | int |
---|
113 | returning const pointer to const pointer to int |
---|
114 | |
---|
115 | f75: a pointer to function |
---|
116 | with parameters |
---|
117 | int |
---|
118 | returning int |
---|
119 | |
---|
120 | f76: a pointer to pointer to function |
---|
121 | with parameters |
---|
122 | int |
---|
123 | returning int |
---|
124 | |
---|
125 | f77: a pointer to const pointer to function |
---|
126 | with parameters |
---|
127 | int |
---|
128 | returning int |
---|
129 | |
---|
130 | f78: a const pointer to const pointer to function |
---|
131 | with parameters |
---|
132 | int |
---|
133 | returning int |
---|
134 | |
---|
135 | f79: a pointer to function |
---|
136 | with parameters |
---|
137 | int |
---|
138 | returning pointer to function |
---|
139 | with no parameters |
---|
140 | returning int |
---|
141 | |
---|
142 | |
---|
143 | f80: a const pointer to function |
---|
144 | with parameters |
---|
145 | int |
---|
146 | returning pointer to function |
---|
147 | with no parameters |
---|
148 | returning int |
---|
149 | |
---|
150 | |
---|
151 | f81: a const pointer to function |
---|
152 | with parameters |
---|
153 | int |
---|
154 | returning const pointer to function |
---|
155 | with no parameters |
---|
156 | returning int |
---|
157 | |
---|
158 | |
---|
159 | z: a pointer to array of 20 double |
---|
160 | w: a array of 20 pointer to char |
---|
161 | v3: a pointer to open array of pointer to open array of pointer to function |
---|
162 | with parameters |
---|
163 | pointer to open array of pointer to open array of int |
---|
164 | pointer to open array of pointer to open array of int |
---|
165 | returning tuple with members |
---|
166 | pointer to open array of pointer to open array of int |
---|
167 | |
---|
168 | |
---|