I would to know why the second parameter of the standard function strchr is an integer knowing that it will be casted to a char ?
The prototype :
strchr(const char *s, int c)
I would to know why the second parameter of the standard function strchr is an integer knowing that it will be casted to a char ?
The prototype :
strchr(const char *s, int c)