From d69056799a399058005b4950751397a31110de4a Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Mon, 7 Aug 2017 20:23:44 +0200 Subject: v0.0.1 --- src/locale.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/locale.h (limited to 'src/locale.h') diff --git a/src/locale.h b/src/locale.h new file mode 100644 index 0000000..2662cee --- /dev/null +++ b/src/locale.h @@ -0,0 +1,11 @@ +#ifndef SKHD_LOCALE_H +#define SKHD_LOCALE_H + +#include +#include + +uint32_t keycode_from_char(char key); +uint32_t keycode_from_literal(char *key, unsigned length); +bool same_string(char *text, unsigned length, const char *match); + +#endif -- cgit v1.2.3