1 /* Copyright (C) 2000 Free Software Foundation */
2 /* Contributed by Nathan Sidwell <nathan@codesourcery.com> */
4 typedef __SIZE_TYPE__
size_t;
6 extern void *memset(void *, int, size_t);
10 void quux(struct Baz
*context
)
12 memset(context
, 0, 4);