The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
The buffer to place the result into
The format string to use @...: Arguments for the format string
variable arguments
The function returns the number of characters written into buf. Use snprintf or scnprintf in order to avoid buffer overflows.
<<< Previous | Home | Next >>> |
vsprintf | Up | vsscanf |