#include <libc.h>
Go to the source code of this file.
Data Structures | |
struct | s_snprintf_data |
Defines | |
#define | __PRINTF_SNPRINTF_H__ 1 |
Typedefs | |
typedef s_snprintf_data | t_snprintf_data |
Functions | |
int | snprintf_fn (t_snprintf_data *sd, char *buf, int len) |
int | snprintf (char *str, int count, char *fmt,...) |
int | snprintf_linux (char *str, int count, char *fmt,...) |
|
|
|
|
|
writes (count-1) character - returns number of bytes which should have been written |
|
|
|
returns number of bytes written |