src/types.h: added a typedef for char to help wrappers
authorPaul Brossier <piem@piem.org>
Thu, 15 Oct 2009 14:07:36 +0000 (16:07 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 15 Oct 2009 14:07:36 +0000 (16:07 +0200)
src/types.h

index df14ae9..37733b6 100644 (file)
@@ -60,6 +60,8 @@ typedef long double  lsmp_t;
 typedef unsigned int uint_t;
 /** signed integer */
 typedef int          sint_t;
+/** character */
+typedef char         char_t;
 
 #ifdef __cplusplus
 }