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 df14ae9c0cc91d6d8b3e08718cc6f905a50d329f..37733b620d38af02ddec31afffdabbc57fa993be 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
 }