]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vfscanf.c
Re-import from Subversion.
[pdclib] / functions / stdio / vfscanf.c
index a75870e27f5ff609311df3c81580f5171ea21006..92b4bebec7778351af33d95998b471e926224017 100644 (file)
@@ -1,8 +1,8 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 int vfscanf( FILE * restrict stream, const char * restrict format, va_list ap ) { /* TODO */ };