1 /* Copyright (C) 2000 Free Software Foundation */
2 /* by Alexandre Oliva <aoliva@redhat.com> */
7 char *list
[] = { "*", "e" };
9 static int bar (const char *fmt
) {
10 return (strchr (fmt
, '*') != 0);
15 for (i
= 0; i
< sizeof (list
) / sizeof (*list
); i
++) {
16 const char *fmt
= list
[i
];