aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-03-08 17:16:44 +0000
committersin <sin@2f30.org>2014-03-08 17:16:44 +0000
commit41841eabd5116c1e045c2023900c7ce7850a2480 (patch)
treef32d14f3b378801103611af0a6a04ec70930a58b /util.h
parent27326b71197a4f73e422f388d5aa3d1b3ea24bac (diff)
Remove util/
Diffstat (limited to 'util.h')
-rw-r--r--util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/util.h b/util.h
deleted file mode 100644
index 3ce02d1..0000000
--- a/util.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-
-#define LEN(x) (sizeof (x) / sizeof *(x))
-
-void enprintf(int, const char *, ...);
-void eprintf(const char *, ...);
-void weprintf(const char *, ...);