summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-14 11:00:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-14 11:00:26 +0200
commit6638fe908eedd0d3fd7531a9af2ed10dd18ed5c1 (patch)
tree639e1ff84f31a1359f2f8e7c6030dc56d342023c /util.h
parent9d3b555393735e08c27b04a8b616f2736afe26de (diff)
downloadabase-6638fe908eedd0d3fd7531a9af2ed10dd18ed5c1.tar.gz
abase-6638fe908eedd0d3fd7531a9af2ed10dd18ed5c1.tar.bz2
implemented simplest possible version of "more"
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index e582e73..5d68952 100644
--- a/util.h
+++ b/util.h
@@ -2,4 +2,6 @@
#include "arg.h"
+void enprintf(int, const char *, ...);
void eprintf(const char *, ...);
+void weprintf(const char *, ...);