Mercurial > urweb
comparison include/types.h @ 295:1afa94582275
Reading ints and floats from SQL
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 07 Sep 2008 12:56:46 -0400 |
parents | ed4af33681d8 |
children | 9ad92047a499 |
comparison
equal
deleted
inserted
replaced
294:df02b09ff1ed | 295:1afa94582275 |
---|---|
15 typedef lw_Basis_string lw_Basis_xhtml; | 15 typedef lw_Basis_string lw_Basis_xhtml; |
16 typedef lw_Basis_string lw_Basis_page; | 16 typedef lw_Basis_string lw_Basis_page; |
17 | 17 |
18 | 18 |
19 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; | 19 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; |
20 | |
21 | |
22 #define INTS_MAX 50 | |
23 #define FLOATS_MAX 100 |