programming.nbk: Home | Index | Next Page: PROGMAN DDE Server | Previous Page: PFE32 DDE Notes


 printf (const char* format, ... );

Syntax

Writes to the standard output (stdout) a sequence of data formatted as the format argument specifies. After the format parameter, the function expects at least as many additional arguments as specified in format.

Parameters

Return Value

On success, the total number of characters written is returned.

On failure, a negative number is returned.


programming.nbk: Home | Index | Next Page: PROGMAN DDE Server | Previous Page: PFE32 DDE Notes


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time