:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / include / msvcrt / internal / stdio.h
1 /* stdio.h */
2
3 #ifndef __MSVCRT_INTERNAL_STDIO_H
4 #define __MSVCRT_INTERNAL_STDIO_H
5
6 int __vfscanf (FILE *s, const char *format, va_list argptr);
7 int __vscanf (const char *format, va_list arg);
8 int __vsscanf (const char *s,const char *format,va_list arg);
9
10 #endif /* __MSVCRT_INTERNAL_STDIO_H */
11
12 /* EOF */