aboutsummaryrefslogtreecommitdiff
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo.c b/demo.c
index 96e2d24..7424d8f 100644
--- a/demo.c
+++ b/demo.c
@@ -3,6 +3,8 @@
#include "termkey.h"
int main(int argc, char *argv[]) {
+ TERMKEY_CHECK_VERSION;
+
char buffer[50];
termkey_t *tk = termkey_new(0, 0);