adamc@436: #include adamc@436: adamc@311: typedef long long uw_Basis_int; adamc@311: typedef double uw_Basis_float; adamc@311: typedef char* uw_Basis_string; adamc@436: typedef time_t uw_Basis_time; adamc@102: adamc@311: struct __uws_0 { adamc@102: }; adamc@102: adamc@311: typedef struct __uws_0 uw_unit; adamc@311: typedef uw_unit uw_Basis_unit; adamc@117: adamc@311: typedef enum uw_Basis_bool { uw_Basis_False, uw_Basis_True } uw_Basis_bool; adamc@186: adamc@311: typedef struct uw_context *uw_context; adamc@117: adamc@311: typedef uw_Basis_string uw_Basis_xhtml; adamc@311: typedef uw_Basis_string uw_Basis_page; adamc@682: adamc@682: typedef unsigned uw_Basis_client; adamc@682: typedef struct { adamc@682: unsigned cli, chn; adamc@682: } uw_Basis_channel; adamc@167: adamc@167: adamc@167: typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; adamc@295: adamc@295: adamc@295: #define INTS_MAX 50 adamc@295: #define FLOATS_MAX 100 adamc@436: #define TIMES_MAX 100 adamc@668: