From 748b5e3d2d70e47ab72ed44a371bd0db9a3a0c20 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Feb 2018 18:17:08 +0000 Subject: add gettext-tiny tools For libintl stub users tiny gettext tools might be useful. Tested with x86_64 on Gentoo/uClibc-ng system. --- utils/StringEscape.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/StringEscape.h (limited to 'utils/StringEscape.h') diff --git a/utils/StringEscape.h b/utils/StringEscape.h new file mode 100644 index 000000000..fc764821b --- /dev/null +++ b/utils/StringEscape.h @@ -0,0 +1,7 @@ +#ifndef STRINGESCAPE_H +#define STRINGESCAPE_H +#include +size_t escape(char* in, char *out, size_t outsize); +size_t unescape(char* in, char *out, size_t outsize); +//RcB: DEP "StringEscape.c" +#endif -- cgit v1.2.3