Sha256: 404b6b140dbb55a7c3b436b3e00981f82259ead52e2a09c16bbdd249d277455b
Contents?: true
Size: 114 Bytes
Versions: 5
Compression:
Stored size: 114 Bytes
Contents
#include <wchar.h> int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) { return wcscoll(l, r); }
Version data entries
5 entries across 5 versions & 1 rubygems