mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: remove C-versions of (v)format_string()
Only users of the std::string versions are left. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0c7c96402c
commit
71f3189a31
2 changed files with 0 additions and 24 deletions
|
@ -62,11 +62,6 @@ extern __printf(2, 3) void put_format(struct membuffer *, const char *fmt, ...);
|
|||
extern __printf(2, 0) char *add_to_string_va(char *old, const char *fmt, va_list args);
|
||||
extern __printf(2, 3) char *add_to_string(char *old, const char *fmt, ...);
|
||||
|
||||
/* Helpers that use membuffers internally */
|
||||
extern __printf(1, 0) char *vformat_string(const char *, va_list);
|
||||
extern __printf(1, 2) char *format_string(const char *, ...);
|
||||
|
||||
|
||||
/* Output one of our "milli" values with type and pre/post data */
|
||||
extern void put_milli(struct membuffer *, const char *, int, const char *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue