Sha256: 324069382cac5b4d6f77fb286d87ae82c89b79410a5b151265e2c95b971a6eb1
Contents?: true
Size: 83 Bytes
Versions: 5
Compression:
Stored size: 83 Bytes
Contents
#include <wctype.h> int iswlower_l(wint_t c, locale_t l) { return iswlower(c); }
Version data entries
5 entries across 5 versions & 1 rubygems