projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d4433
)
src/types.h: added a typedef for char to help wrappers
author
Paul Brossier
<piem@piem.org>
Thu, 15 Oct 2009 14:07:36 +0000
(16:07 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 15 Oct 2009 14:07:36 +0000
(16:07 +0200)
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index df14ae9c0cc91d6d8b3e08718cc6f905a50d329f..37733b620d38af02ddec31afffdabbc57fa993be 100644
(file)
--- 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
}