repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
depend on __UCLIBC_HAVE_STATX__
[uclibc-ng.git]
/
utils
/
StringEscape.h
blob
fc764821bad46a9c2db11444d6d257be22ac8c86
1
#ifndef STRINGESCAPE_H
2
#define STRINGESCAPE_H
3
#include <stddef.h>
4
size_t
escape
(
char
*
in
,
char
*
out
,
size_t
outsize
);
5
size_t
unescape
(
char
*
in
,
char
*
out
,
size_t
outsize
);
6
//RcB: DEP "StringEscape.c"
7
#endif