Currently At: Programming Reference > C Reference > Stndard C I/O > fscanf()

fscanf()


Syntax:
#include <stdio.h>
int fscanf( FILE *stream, const char *format, ... );


Description:
The function fscanf() reads data from the given file stream in a manner exactly like |scanf()|. The return value of fscanf() is the number of variables that are actually assigned values, or EOF if no assignments could be made.

Related Topics:
scanf(), fprintf()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions