Mercurial > urweb
comparison include/types.h @ 821:395a5d450cc0
Chars and more string operations
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 26 May 2009 12:25:06 -0400 |
parents | eac1974924bb |
children | 19fdeef40ada |
comparison
equal
deleted
inserted
replaced
820:91f465ded07e | 821:395a5d450cc0 |
---|---|
4 #include <time.h> | 4 #include <time.h> |
5 | 5 |
6 typedef long long uw_Basis_int; | 6 typedef long long uw_Basis_int; |
7 typedef double uw_Basis_float; | 7 typedef double uw_Basis_float; |
8 typedef char* uw_Basis_string; | 8 typedef char* uw_Basis_string; |
9 typedef char uw_Basis_char; | |
9 typedef time_t uw_Basis_time; | 10 typedef time_t uw_Basis_time; |
10 typedef struct { | 11 typedef struct { |
11 size_t size; | 12 size_t size; |
12 char *data; | 13 char *data; |
13 } uw_Basis_blob; | 14 } uw_Basis_blob; |