Add aliases for character data types
This commit is contained in:
parent
84a4ec223c
commit
894ae028b7
@ -1,8 +1,13 @@
|
|||||||
#ifndef ALIASES_H
|
#ifndef ALIASES_H
|
||||||
#define ALIASES_H
|
#define ALIASES_H
|
||||||
|
|
||||||
|
#include <uchar.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#define c8 uint8_t
|
||||||
|
#define c16 char16_t
|
||||||
|
#define c32 char32_t
|
||||||
|
|
||||||
#define u8 uint8_t
|
#define u8 uint8_t
|
||||||
#define u16 uint16_t
|
#define u16 uint16_t
|
||||||
#define u32 uint32_t
|
#define u32 uint32_t
|
||||||
|
Loading…
Reference in New Issue
Block a user