]> pd.if.org Git - pdclib/blob - functions/stdio/vfscanf.c
92b4bebec7778351af33d95998b471e926224017
[pdclib] / functions / stdio / vfscanf.c
1 /* ----------------------------------------------------------------------------
2  * $Id$
3  * ----------------------------------------------------------------------------
4  * Public Domain C Library - http://pdclib.sourceforge.net
5  * This code is Public Domain. Use, modify, and redistribute at will.
6  * --------------------------------------------------------------------------*/
7
8 int vfscanf( FILE * restrict stream, const char * restrict format, va_list ap ) { /* TODO */ };