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, ... );
转载于:https://www.cnblogs.com/lxgeek/archive/2011/03/19/1988703.html