Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of FPRINTF

Computing Dictionary
 
 Definition: 

Variant of the C library routine printf which prints to a given stream. E.g.

        fprintf(stderr, "%s: can't open file \"%s\".",
                argv[0], argv[1]);

which prints to the "standard error" output stream.

 
 Sponsored Links: 
 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY