lambda-calc-1/wcistream/string/struct.h
2025-01-20 13:40:51 -06:00

14 lines
157 B
C

#include <stddef.h>
#include <stdint.h>
#include "../struct.h"
struct string_wcistream
{
struct wcistream super;
const wchar_t* moving;
};