P99
Typedefs | Functions
p99_uchar.h File Reference

Emulate the unicode support of uchar.h if that is not provided. More...

#include "p99_compiler.h"
#include "p99_int.h"
#include <wchar.h>
+ Include dependency graph for p99_uchar.h:

Go to the source code of this file.

Typedefs

typedef uint_least16_t char16_t
 
typedef uint_least32_t char32_t
 

Functions

 _Static_assert (sizeof(L"äß")==sizeof(U"äß"), "we need to wchar_t to represend unicode for this to work")
 

Detailed Description

Emulate the unicode support of uchar.h if that is not provided.

Definition in file p99_uchar.h.