libsapling  0.8.0
text.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_TEXT_H_
2 #define _LIBSAPLING_TEXT_H_
3 
31 void text__escape(char *dst, const char *src);
32 
53 void text__unescape(char *dst, const char *src);
54 
55 #endif
void text__escape(char *dst, const char *src)
Escapes some characters in a string.
void text__unescape(char *dst, const char *src)
Unescapes some characters in a string.