mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Implemented snprintf and similar functions. It took a lot of thinking,
but the modifications were relatively simple and straightforward.
This commit is contained in:
@@ -13,5 +13,7 @@
|
||||
|
||||
int bsprintf(char *str, const char *fmt, ...);
|
||||
int bvsprintf(char *str, const char *fmt, va_list args);
|
||||
int bsnprintf(char *str, int size, const char *fmt, ...);
|
||||
int bvsnprintf(char *str, int size, const char *fmt, va_list args);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user