Category : C Source Code
Archive   : CSRC2.ZIP
Filename : FSCANF.C

 
Output of file : FSCANF.C contained in archive : CSRC2.ZIP
/*
* f s c a n f . c
*/

/*)LIBRARY
*/

#ifdef DOCUMENTATION

title fscanf Formatted input conversion
index Formatted input conversion

synopsis
.s.nf
fscanf(fd, fmt, pointer(s))
FILE *fd; /* File descriptor */
char *fmt; /* Format string */
.s.f
Description

Converts data from the indicated file. See scanf() for
details.

Bugs

#endif

#include

int
fscanf(fildes, format, args)
FILE *fildes;
char *format;
/*
* Formatted input conversion
*/
{
return (c_doscan(fildes, format, &args));
}


  3 Responses to “Category : C Source Code
Archive   : CSRC2.ZIP
Filename : FSCANF.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/