Subversion Repositories Kolibri OS

Rev

Rev 647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 6433
Line -... Line 1...
-
 
1
#include 
-
 
2
 
1
int strcmp(const char* string1, const char* string2)
3
int strcmp(const char* string1, const char* string2)
2
{
4
{
3
	while (1)
5
	while (1)
4
	{
6
	{
5
		if (*string1<*string2)
7
		if (*string1<*string2)