We can try to trick the compiler, but at least we need to let it

compile!  (Hello, dsl!)
This commit is contained in:
pgoyette 2009-07-18 04:34:32 +00:00
parent 5c5bb856e1
commit 0eb19985a4

View File

@ -33,7 +33,7 @@ extern char *xstrchr(const char *, int);
void check_strchr(void);
/* try to trick the compiler */
char * (*volatile f)((const char *, int);
char * (*volatile f)(const char *, int);
void
check_strchr(void)