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

3
struct __locale_struct {
R
Rich Felker 已提交
4 5
	int dummy;
};