xstring.h: rephrase xappendstr description a bit
This commit is contained in:
parent
0863915a0a
commit
04b836f024
@ -86,8 +86,8 @@ get_pos_diff_(char *str, size_t size, char *pos, const char *func,
|
||||
|
||||
/**
|
||||
* Helper function for constructing string in a character array by appending
|
||||
* new formatted parts. Returns new position. In aligment with the rest of x*
|
||||
* functions, fails on error or buffer overflow. Obtains buffer size via
|
||||
* new formatted parts. Returns new position. Fails on error or buffer
|
||||
* overflow, in line with the rest of x* functions. Obtains buffer size via
|
||||
* sizeof(str_).
|
||||
*
|
||||
* @param str_ Character array buffer to print into.
|
||||
|
Loading…
x
Reference in New Issue
Block a user