aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-02-11 15:30:37 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-02-11 15:30:37 +0000
commitb8ede3c284299173f3981aa85dcbd16806a57f55 (patch)
tree31beb63b99f1840472da304de628e6114ba61f8e /util.h
parent99778c999c364ad3e5967f7a9a0a3e484c279716 (diff)
parent0fc0c19e4dc2b4ec2f175744e1ac468643b6da71 (diff)
downloadhktool-b8ede3c284299173f3981aa85dcbd16806a57f55.tar.gz
hktool-b8ede3c284299173f3981aa85dcbd16806a57f55.tar.xz
hktool-b8ede3c284299173f3981aa85dcbd16806a57f55.zip
Merge branch 'halfkay-error-handling'
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/util.h b/util.h
index 356366c..d1f459a 100644
--- a/util.h
+++ b/util.h
@@ -22,13 +22,7 @@
#include <stdbool.h>
#include <stddef.h>
-size_t szadd(size_t a, size_t b);
-size_t szmul(size_t a, size_t b);
void *xstrmalloc(size_t size);
-char *xstrdup(const char *s);
-void *xmalloc(size_t size);
-void *xrealloc(void *p, size_t size);
-char *xstrcut(const char *s, size_t offt, size_t len);
int xstrcasecmp(const char *s1, const char *s2);
#endif /* UTIL_H */