From d8be565fc564cbd6e3beaddb3fc77b311abf2359 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Mon, 16 Nov 2015 09:59:15 -0600 Subject: feat: implement IRA->GSM character set encoding & decoding This adds support for certain characters like @ $ ~ ^ --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 79b04ae..04a71b6 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,6 +37,8 @@ char *shell_path_expand(const char *path); char *device_lock(const char *path); +int indexOfChar(const char *array, int len, char character); + #define YAML_INDENT 2 #define indentf(n, format, args...) \ -- cgit v1.2.3