Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libc/compat/stdio/vscanf.c
0,0 → 1,9
/* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
#include <stdio.h>
#include <stdarg.h>
 
int
vscanf(const char *fmt, va_list ap)
{
return _doscan(stdin, fmt, ap);
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property