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