forked from KolibriOS/kolibrios
опечатка
git-svn-id: svn://kolibrios.org@217 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e1c5ec4c11
commit
957f33b4ba
@ -2,6 +2,6 @@ int strlen(const char* string)
|
||||
{
|
||||
int i;
|
||||
i=0;
|
||||
while (*string!++) i++;
|
||||
while (*string++) i++;
|
||||
return i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user