Change c16 and c32 defintions
This commit is contained in:
parent
76c3b02e45
commit
70399cb797
@ -1,12 +1,11 @@
|
||||
#ifndef ALIASES_H
|
||||
#define ALIASES_H
|
||||
|
||||
#include <uchar.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define c8 uint8_t
|
||||
#define c16 char16_t
|
||||
#define c32 char32_t
|
||||
#define c16 uint16_t
|
||||
#define c32 uint32_t
|
||||
|
||||
#define u8 uint8_t
|
||||
#define u16 uint16_t
|
||||
|
Loading…
Reference in New Issue
Block a user