Mercurial > urweb
comparison include/types.h @ 914:782f0b4eea67
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 25 Aug 2009 17:33:13 -0400 |
parents | 86ec89baee01 |
children | 217eb87dde31 |
comparison
equal
deleted
inserted
replaced
913:b26823138bf8 | 914:782f0b4eea67 |
---|---|
1 #ifndef URWEB_TYPES_H | 1 #ifndef URWEB_TYPES_H |
2 #define URWEB_TYPES_H | 2 #define URWEB_TYPES_H |
3 | 3 |
4 #include <time.h> | 4 #include <time.h> |
5 #include <unistd.h> | |
5 | 6 |
6 typedef long long uw_Basis_int; | 7 typedef long long uw_Basis_int; |
7 typedef double uw_Basis_float; | 8 typedef double uw_Basis_float; |
8 typedef char* uw_Basis_string; | 9 typedef char* uw_Basis_string; |
9 typedef char uw_Basis_char; | 10 typedef char uw_Basis_char; |