Mercurial > urweb
comparison include/types.h @ 756:8ce31c052dce
Subforms
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 28 Apr 2009 17:26:53 -0400 |
parents | f7e2026dd5ae |
children | fa2019a63ea4 |
comparison
equal
deleted
inserted
replaced
755:58d8f877e1ee | 756:8ce31c052dce |
---|---|
33 uw_Basis_blob data; | 33 uw_Basis_blob data; |
34 } uw_Basis_file; | 34 } uw_Basis_file; |
35 | 35 |
36 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_BLOB } failure_kind; | 36 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_BLOB } failure_kind; |
37 | 37 |
38 typedef struct input *uw_input; | |
38 | 39 |
39 #define INTS_MAX 50 | 40 #define INTS_MAX 50 |
40 #define FLOATS_MAX 100 | 41 #define FLOATS_MAX 100 |
41 #define TIMES_MAX 100 | 42 #define TIMES_MAX 100 |
42 | 43 |