comparison src/lib/unichar.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 04b9eb27283c
children 1f70c72e4312
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __UNICHAR_H 1 #ifndef UNICHAR_H
2 #define __UNICHAR_H 2 #define UNICHAR_H
3 3
4 typedef uint32_t unichar_t; 4 typedef uint32_t unichar_t;
5 5
6 extern const uint8_t *const uni_utf8_non1_bytes; 6 extern const uint8_t *const uni_utf8_non1_bytes;
7 7