summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-26 12:25:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-26 12:25:06 -0400
commitd4748e41f7fc4865db89ebac0c7f646dca82f89a (patch)
tree53e0b285bbcb0e28d3cbbd507da21fcc41d8995e /include/types.h
parent19e4ef1a48aafbb7035af03324b9ff07b3474230 (diff)
Chars and more string operations
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 89e88b88..ca9ef152 100644
--- a/include/types.h
+++ b/include/types.h
@@ -6,6 +6,7 @@
typedef long long uw_Basis_int;
typedef double uw_Basis_float;
typedef char* uw_Basis_string;
+typedef char uw_Basis_char;
typedef time_t uw_Basis_time;
typedef struct {
size_t size;