00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef FIXINC_WRAP_STDIO_H_STDIO_STDARG_H
00011 #define FIXINC_WRAP_STDIO_H_STDIO_STDARG_H 1
00012
00013 #define __need___va_list
00014 #include <stdarg.h>
00015
00016
00017 #if defined( ALPHA_GETOPT_CHECK )
00018 extern int getopt(int, char *const[], const char *);
00019 #endif
00020
00021
00022 #if defined( HPUX11_VSNPRINTF_CHECK )
00023 extern int vsnprintf(char *, _hpux_size_t, const char *, __gnuc_va_list);
00024 #endif
00025
00026
00027 #if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
00028 extern int printf( const char *, __gnuc_va_list );
00029 #endif
00030
00031
00032 #if defined( ISC_OMITS_WITH_STDC_CHECK )
00033 #if !defined(_POSIX_SOURCE)
00034 int foo;
00035 #endif
00036 #endif
00037
00038
00039 #if defined( READ_RET_TYPE_CHECK )
00040 extern unsigned int fread(), fwrite();
00041 extern int fclose(), fflush(), foo();
00042 #endif
00043
00044
00045 #if defined( RS6000_PARAM_CHECK )
00046 extern int rename(const char *_old, const char *_new);
00047 #endif
00048
00049
00050 #if defined( STDIO_STDARG_H_CHECK )
00051
00052 #endif
00053
00054
00055 #if defined( STDIO_DUMMY_VA_LIST_CHECK )
00056 extern void mumble( __gnuc_va_list);
00057 #endif
00058
00059
00060 #if defined( ULTRIX_CONST_CHECK )
00061 extern void perror( const char *__s );
00062 extern int fputs( const char *__s, FILE *);
00063 extern size_t fwrite( const void *__ptr, size_t, size_t, FILE *);
00064 extern int fscanf( FILE *__stream, const char *__format, ...);
00065 extern int scanf( const char *__format, ...);
00066
00067 #endif
00068
00069
00070 #if defined( ULTRIX_CONST2_CHECK )
00071 extern FILE *fopen( const char *__filename, const char *__type );
00072 extern int sscanf( const char *__s, const char *__format, ...);
00073 extern FILE *popen( const char *, const char *);
00074 extern char *tempnam( const char *, const char *);
00075
00076 #endif
00077
00078
00079 #if defined( UNICOSMK_RESTRICT_CHECK )
00080 void f (char * __restrict__ x);
00081 #endif
00082
00083 #endif