Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. int strcoll(const char* string1,const char* string2)
  2. {
  3.         return strcmp(string1,string2);
  4. }
  5.