int printf ( const char * format, ... );
Return Value
On success, the total number of characters written is returned.
On failure, a negative number is returned.
int printf ( const char * format, ... );
Return Value
On success, the total number of characters written is returned.
On failure, a negative number is returned.