libsapling
0.8.0
include
libsapling
cc
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
text__escape
void text__escape(char *dst, const char *src)
Escapes some characters in a string.
text__unescape
void text__unescape(char *dst, const char *src)
Unescapes some characters in a string.
Generated by
1.9.1