|
NAMEstring_enquote , string_dequote
—
doubly quoted string conversion routines
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <stdio.h>
#include
<pdel/util/string_quote.h>
char *
char *
DESCRIPTIONThese routines handle converting strings to and from a printable form, namely, doubly-quoted strings with C backslash escapes.
RETURN VALUESIf there was a system error,string_enquote () and
string_dequote () return NULL
with errno set to the appropriate value.
string_dequote () also returns
NULL if the end of file is encountered before the
closing quote character, in which case errno is set to
EINVAL .
SEE ALSOstring_fp(3), libpdel(3), typed_mem(3)HISTORYThe PDEL library was developed at Packet Design, LLC.http://www.packetdesign.com/
AUTHORSArchie Cobbs ⟨archie@freebsd.org⟩
Visit the GSP FreeBSD Man Page Interface. |