From a75b3f7b47c074f2191a33c1f14ad4148754ed80 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 7 Apr 2017 23:58:20 +0200 Subject: Throw away the C client since it doesn't work --- client/global.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 client/global.h (limited to 'client/global.h') diff --git a/client/global.h b/client/global.h deleted file mode 100644 index de0873b..0000000 --- a/client/global.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include -#include -#include -#include "memory.h" - -typedef int64_t i64; -typedef uint64_t u64; - -void die(const char *format,...) __attribute__((noreturn, format(printf, 1, 2))); -void die_perror(const char *func) __attribute__((noreturn)); - -void debug(const char *format,...) __attribute__((format(printf, 1, 2))); -- cgit v1.2.3-54-g00ecf