1 #ifndef MIDLTESTS_C_CODE
4 uuid("225b9fcb-eb3d-497b-8b0b-591f049a2507"),
5 pointer_default(unique)
11 [size_is(count
),string] char *val
[];
15 [in,out,ref] struct strings
*s
19 #elif MIDLTESTS_C_CODE
21 static
void midltests
(void)
23 const char *s1
= "foo";
24 const char *s2
= "bar";
25 char *a
[] = { "foo", "bar2", NULL
};
27 struct strings
*s
= buffer
;
37 long srv_midltests_fn
(struct strings
*a
)
39 printf
("srv_midltests_fn: Start\n");
40 printf
("srv_midltests_fn: End\n");