#include "libc.h"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 |
1.4.6