The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
The buffer to place the result into
The size of the buffer, including the trailing null space
The format string to use
Arguments for the format string
The return value is the number of characters which have been written into the buf not including the trailing '\0'. If size is <= 0 the function returns 0.
Call this function if you are already dealing with a va_list. You probably want scnprintf instead.
<<< Previous | Home | Next >>> |
vsnprintf | Up | snprintf |