diff 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
line wrap: on
line diff
--- a/include/types.h	Sun Sep 07 12:19:36 2008 -0400
+++ b/include/types.h	Sun Sep 07 12:56:46 2008 -0400
@@ -17,3 +17,7 @@
 
 
 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;
+
+
+#define INTS_MAX 50
+#define FLOATS_MAX 100