mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
buf: add buf_add_fmt()
This commit is contained in:
parent
cd961b1ac1
commit
6564e1bc8d
3 changed files with 56 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ void buf_expand_tilde(struct buf *s);
|
|||
*/
|
||||
void buf_expand_shell_variables(struct buf *s);
|
||||
|
||||
/**
|
||||
* buf_add_fmt - add format string to C string buffer
|
||||
* @s: buffer
|
||||
* @fmt: format string to be added
|
||||
*/
|
||||
void buf_add_fmt(struct buf *s, const char *fmt, ...);
|
||||
|
||||
/**
|
||||
* buf_add - add data to C string buffer
|
||||
* @s: buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue