kennen:lib:vsprintf
Inhaltsverzeichnis
vsprintf()
#include
<cstdio>
int vsprintf (char *s, const char *format, va_list ap)
Formatierte Ausgabe wie sprintf()
, jedoch mit variabler Argumentliste.
Parameter
s | Ausgabeziel-Zeichenkette |
format | Format-Zeichenkette |
ap | aktive variable Argumentliste |
Ergebnis
Rückgabewert: wie printf()
.
Siehe auch
Beispiel
-
kennen/lib/vsprintf.txt · Zuletzt geändert: 2012-02-24 15:13 von 127.0.0.1