mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-07 19:14:17 +00:00
Fix strbuf API comment
This commit is contained in:
parent
d8fd9fa411
commit
65d6bf191a
4
strbuf.h
4
strbuf.h
@ -132,9 +132,7 @@ typedef const struct strbuf *const_strbuf;
|
||||
|
||||
|
||||
/** Convenience macro for filling a strbuf from the calling function's
|
||||
* printf(3)-like variadic arguments. The returned strbuf is only valid for
|
||||
* the duration of the function, so it must not be returned. See alloca(3) for
|
||||
* more information.
|
||||
* printf(3)-like variadic arguments. See alloca(3) for more information.
|
||||
*
|
||||
* #include <stdarg.h>
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user