aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput_is_ready.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-16 14:23:16 +0100
committerMattias Andrée <m@maandree.se>2025-02-16 14:23:16 +0100
commit16e00dd5f26ce342e9562bec08f529d98c23c01c (patch)
treea8389795475d59653930322e10e9f07025ff1e14 /libterminput_is_ready.c
parentinteractive-test: add TEST_LIBTERMINPUT_PRINT_STATE (diff)
downloadlibterminput-16e00dd5f26ce342e9562bec08f529d98c23c01c.tar.gz
libterminput-16e00dd5f26ce342e9562bec08f529d98c23c01c.tar.bz2
libterminput-16e00dd5f26ce342e9562bec08f529d98c23c01c.tar.xz
Improve code organisation, documentation, and m code improvement
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libterminput_is_ready.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libterminput_is_ready.c b/libterminput_is_ready.c
new file mode 100644
index 0000000..9c8af91
--- /dev/null
+++ b/libterminput_is_ready.c
@@ -0,0 +1,5 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+extern inline int libterminput_is_ready(const union libterminput_input *input, const struct libterminput_state *ctx);