summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2026-01-16 10:54:58 +0100
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:53 +0100
commit5c0dc646b78e2d7ef25088ac78397e2ed613cba1 (patch)
tree645be2ddd7979157c29cf4aeb98ba4342e69dea7 /misc.h
parent96916ac21687177bdf519d51919feeda5376b09f (diff)
Move getLine to mics.c.
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.h b/misc.h
new file mode 100644
index 0000000..627136f
--- /dev/null
+++ b/misc.h
@@ -0,0 +1 @@
+static int getLine (char *prmpt, char *buff, size_t sz);