4 int intarray
[ARRSIZE
], intarray2
[ARRSIZE
];
14 } intstruct
, intstruct2
;
18 /* intarray and teststruct have been initialized. */
24 memset ((char *) &intarray
, 0, sizeof (intarray
));
25 memset ((char *) &intarray2
, 0, sizeof (intarray2
));
26 memset ((char *) &intstruct
, 0, sizeof (intstruct
));
27 memset ((char *) &intstruct2
, 0, sizeof (intstruct2
));
34 for (i
= 0; i
< ARRSIZE
; i
++)