#include <stdio.h>
#include <stdarg.h>
|
| int | Sfscanf (FILE *fp, char *mes,...) |
| |
◆ Sfscanf()
| int Sfscanf |
( |
FILE * |
fp, |
|
|
char * |
mes, |
|
|
|
... |
|
) |
| |
21 if (fgets (buffer, 256, fp) ==
NULL)
25 ncols = vsscanf( buffer, mes, marker );
#define NULL
Definition: nidaqmx.h:84