comparison include/types.h @ 1115:150465f2895c

Database quotas
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 Jan 2010 17:13:45 -0500
parents db52c32dbe42
children b4480a56cab7
comparison
equal deleted inserted replaced
1114:01b6c7144a44 1115:150465f2895c
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 #include <unistd.h>
6 #include <stdint.h>
6 7
7 typedef long long uw_Basis_int; 8 typedef long long uw_Basis_int;
8 typedef double uw_Basis_float; 9 typedef double uw_Basis_float;
9 typedef char* uw_Basis_string; 10 typedef char* uw_Basis_string;
10 typedef char uw_Basis_char; 11 typedef char uw_Basis_char;