Change c16 and c32 defintions

This commit is contained in:
Abdelrahman Said 2025-02-01 20:21:45 +00:00
parent 76c3b02e45
commit 70399cb797

View File

@ -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