Trim spaces.

This commit is contained in:
Nicholas Marriott
2011-01-10 22:45:10 +00:00
parent a7b6445cc3
commit abd1f615b2
5 changed files with 25 additions and 25 deletions

View File

@ -136,10 +136,10 @@ done:
/*
* strvis, strnvis, strvisx - visually encode characters from src into dst
*
*
* Dst must be 4 times the size of src to account for possible
* expansion. The length of dst, not including the trailing NULL,
* is returned.
* is returned.
*
* Strnvis will write no more than siz-1 bytes (and will NULL terminate).
* The number of bytes needed to fully encode the string is returned.