From 27fa522078b15ed1000feda7a97103cba8b48bbc Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 15 Oct 2009 16:07:36 +0200 Subject: [PATCH] src/types.h: added a typedef for char to help wrappers --- src/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.h b/src/types.h index df14ae9c..37733b62 100644 --- a/src/types.h +++ b/src/types.h @@ -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 } -- 2.26.2