aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'wtf8.h')
-rw-r--r--wtf8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wtf8.h b/wtf8.h
index a635e1e..f6f3de6 100644
--- a/wtf8.h
+++ b/wtf8.h
@@ -2,6 +2,9 @@
#include <stdio.h>
#include <stdlib.h>
+#define BYTE_SEP '-'
+#define CHAR_SEP ' '
+
int is_utf8_cont(unsigned char);
void print_octets(char *);
void print_characters(char *);