9 lines
100 B
Text
9 lines
100 B
Text
|
#pragma once
|
||
|
|
||
|
#include <stdtypedefs.h>
|
||
|
|
||
|
namespace std {
|
||
|
struct mbstate_t;
|
||
|
typedef int wint_t;
|
||
|
}
|