Sha256: d26852f73dee441df7e8f3d7a8e2efbfc721e15d1a914729af50da595fa180f5
Contents?: true
Size: 143 Bytes
Versions: 5
Compression:
Stored size: 143 Bytes
Contents
#include <wctype.h> #include "libc.h" wint_t towlower_l(wint_t c, locale_t l) { return towlower(c); } weak_alias(towlower_l, __towlower_l);
Version data entries
5 entries across 5 versions & 1 rubygems