modified bts2str to also escape double quotes

This commit is contained in:
ceriel
1988-10-05 16:19:42 +00:00
parent 5d6bd5f65f
commit 9d5b1173f8
2 changed files with 2 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ into a null-terminated string, starting at
.IR s .
Printable characters are copied and non-printable characters are transformed
into sequences of printable characters, representing those characters.
Also, back-slashes and double quotes are escaped with a back-slash.
The transformation agrees with the representation of non-printable
characters in C strings.
.br