From fcc0658730e541477fa60995d8bd82ff87163b92 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Thu, 19 Jan 2017 18:30:07 +0100 Subject: Separate sock_/tcp_ like regexbattle --- global.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 global.h (limited to 'global.h') diff --git a/global.h b/global.h new file mode 100644 index 0000000..61d8cee --- /dev/null +++ b/global.h @@ -0,0 +1,10 @@ +#pragma once + +#include +#include + +typedef int64_t i64; +typedef uint64_t u64; + + +void throw(const char *format,...) __attribute__((noreturn, format (printf, 1, 2))); -- cgit v1.2.3-70-g09d2