shithub: aubio

Download patch

ref: 27fa522078b15ed1000feda7a97103cba8b48bbc
parent: 24d4433b99393a68146fc64f92ceec6fbebf3c07
author: Paul Brossier <piem@piem.org>
date: Thu Oct 15 12:07:36 EDT 2009

src/types.h: added a typedef for char to help wrappers

--- a/src/types.h
+++ b/src/types.h
@@ -60,6 +60,8 @@
 typedef unsigned int uint_t;
 /** signed integer */
 typedef int          sint_t;
+/** character */
+typedef char         char_t;
 
 #ifdef __cplusplus
 }