summaryrefslogtreecommitdiff
path: root/uniconvint.h
blob: cac5a1b3d615ff8b3119b712b6f5584ec51682f0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef UNICONVINT_H
#define UNICONVINT_H

#include <stddef.h>

typedef unsigned short uc_uint16_t;
typedef unsigned char uc_uint8_t;
typedef unsigned int uc_char_t;

#endif