X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fttt.h;h=203c637b042a6a12a2158120eec18ffbf829cda9;hb=ded32923a25488449be27687013845d7fa0e9e5e;hp=0f2f7e55782f7e7ac54a8bf85daaf0c8795bc64b;hpb=80c3009d01077a141a0803267a1f0aff217ed61c;p=ttt diff --git a/src/ttt.h b/src/ttt.h index 0f2f7e5..203c637 100644 --- a/src/ttt.h +++ b/src/ttt.h @@ -30,11 +30,16 @@ #define _GNU_SOURCE #include #include +#include +#include #include +#include #include #include #include #include +#include +#include #define ASSERT_NOT_REACHED \ do { \ @@ -53,4 +58,11 @@ do { \ #include "ttt-args.h" #include "x.h" +typedef int ttt_bool_t; + +typedef enum { + TTT_STATUS_SUCCESS = 0, + TTT_STATUS_FAILURE +} ttt_status_t; + #endif