0b44a031
1 2 3 4 5 6
#include <string.h> int strcoll(const char *l, const char *r) { return strcmp(l, r); }