体验新版 GitCode,发现更多精彩内容 >>
#include <locale.h> #include <langinfo.h> char *nl_langinfo_l(nl_item item, locale_t l) { return nl_langinfo(item); }