fixed some bugs, added LIST, Makefile & .distr
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
size_t
|
||||
strlen(register const char *s)
|
||||
{
|
||||
char *org = s;
|
||||
const char *org = s;
|
||||
|
||||
while (*s++)
|
||||
/* EMPTY */ ;
|
||||
|
||||
Reference in New Issue
Block a user