summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-10-02 02:34:50 -0400
committerMalfurious <m@lfurio.us>2024-04-24 13:31:08 -0400
commit67a0755a248c9793a1e7a3cf73f4041b2103ebf7 (patch)
tree60cfbd20036f13cb78cc6062ae38b6f06978fd0f /helpers.h
parentd6add3a39a71081efe8b5b45ba2ed8a4f5075969 (diff)
downloadmisplays-67a0755a248c9793a1e7a3cf73f4041b2103ebf7.tar.gz
misplays-67a0755a248c9793a1e7a3cf73f4041b2103ebf7.zip
Add strict_strtoul
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index 02607bb..a415a6c 100644
--- a/helpers.h
+++ b/helpers.h
@@ -7,6 +7,7 @@
#define KEY_ESCAPE 0x1b
extern void *xmalloc(size_t size);
+extern unsigned long strict_strtoul(const char *nptr, int base);
extern void cursinit(void);
extern void cursupdate(void);