Subversion Repositories Kolibri OS

Rev

Rev 647 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6412 siemargl 1
#include 
2
 
145 halyavin 3
int strcoll(const char* string1,const char* string2)
4
{
5
	return strcmp(string1,string2);
6
}