9 lines
77 B
C
9 lines
77 B
C
|
|
#ifndef UNICODE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint32_t unichar_t;
|
|
|
|
#endif
|