fixed some bugs, added LIST, Makefile & .distr
This commit is contained in:
@@ -13,7 +13,7 @@ strchr(register const char *s, int c)
|
||||
|
||||
do {
|
||||
if (*s == c1)
|
||||
return s;
|
||||
return (char *)s;
|
||||
} while (*s++ != '\0');
|
||||
|
||||
return (char *)NULL;
|
||||
|
||||
Reference in New Issue
Block a user