locale_impl.h 54 字节
Newer Older
R
Rich Felker 已提交
1 2 3 4 5
#include <locale.h>

struct __locale {
	int dummy;
};