-

Changes

Jump to: navigation, search

Functions HI-TECH C FSCANF

575 bytes added, 20:01, 31 July 2017
Created page with "<strong>FSCANF</strong> ==SYNOPSIS== #include <stdio.h> int fscanf(FILE * stream, char * fmt, ...) ==DESCRIPTION== This routine performs formatted input from the spe..."
<strong>FSCANF</strong>
==SYNOPSIS==

#include <stdio.h>

int fscanf(FILE * stream, char * fmt, ...)


==DESCRIPTION==
This routine performs formatted input from the specified stream. See <strong>scanf</strong>() for a full description of the
behaviour of the routine. <strong>Vfscanf</strong>() is similar to
<strong>fscanf</strong>() but takes a variable argument list pointer
rather than a list of arguments. See the description of
<strong>va_start</strong>() for more information on variable argument
lists.

==SEE ALSO==

scanf, sscanf, fopen, fclose

Navigation menu