14 lines
157 B
C
14 lines
157 B
C
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#include "../struct.h"
|
|
|
|
struct string_wcistream
|
|
{
|
|
struct wcistream super;
|
|
|
|
const wchar_t* moving;
|
|
};
|
|
|
|
|