blob: 5cff041ef005db03769217980ff242665dd09942 [file] [log] [blame]
#include <string.h>
#include "libc.h"
int strcoll(const char* l, const char* r) { return strcmp(l, r); }