Rechercher une page de manuel
sprintf
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
sprintf - Format a string and place it in a bufferSYNOPSIS
- int sprintf(char * buf, const char * fmt, ...);
ARGUMENTS
buf
- The buffer to place the result into
fmt
- The format string to use @...: Arguments for the format string
...
- variable arguments
DESCRIPTION
The function returns the number of characters written into buf. Use snprintf or scnprintf in order to avoid buffer overflows.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre