16 #define OF_STDIO_STREAM_WIN32CONSOLE_H
20 OF_ASSUME_NONNULL_BEGIN
26 of_char16_t _incompleteUTF16Surrogate;
27 char _incompleteUTF8Surrogate[4];
28 size_t _incompleteUTF8SurrogateLen;
A class for providing standard input, output and error as OFStream.
Definition: OFStdIOStream.h:41