OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [fixincludes/] [tests/] [base/] [stdio.h] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/stdio.h"
6
 
7
    This had to be done to correct non-standard usages in the
8
    original, manufacturer supplied header file.  */
9
 
10
#ifndef FIXINC_WRAP_STDIO_H_STDIO_STDARG_H
11
#define FIXINC_WRAP_STDIO_H_STDIO_STDARG_H 1
12
 
13
#define __need___va_list
14
#include <stdarg.h>
15
 
16
 
17
#if defined( ALPHA_GETOPT_CHECK )
18
extern int getopt(int, char *const[], const char *);
19
#endif  /* ALPHA_GETOPT_CHECK */
20
 
21
 
22
#if defined( BSD_STDIO_ATTRS_CONFLICT_CHECK )
23
#define _BSD_STRING(_BSD_X) _BSD_STRINGX(_BSD_X)
24
#define _BSD_STRINGX(_BSD_X) #_BSD_X
25
int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) "__svfscanf");
26
#endif  /* BSD_STDIO_ATTRS_CONFLICT_CHECK */
27
 
28
 
29
#if defined( HPUX10_STDIO_DECLARATIONS_CHECK )
30
#  define _iob __iob
31
 
32
#endif  /* HPUX10_STDIO_DECLARATIONS_CHECK */
33
 
34
 
35
#if defined( HPUX11_SNPRINTF_CHECK )
36
extern int snprintf(char *, size_t, const char *, ...);
37
extern int snprintf(char *, _hpux_size_t, const char *, ...);
38
extern int snprintf(char *, _hpux_size_t, const char *, ...);
39
#endif  /* HPUX11_SNPRINTF_CHECK */
40
 
41
 
42
#if defined( HPUX11_VSNPRINTF_CHECK )
43
extern int vsnprintf(char *, _hpux_size_t, const char *, __gnuc_va_list);
44
#endif  /* HPUX11_VSNPRINTF_CHECK */
45
 
46
 
47
#if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
48
extern int printf( const char *, __gnuc_va_list );
49
#endif  /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */
50
 
51
 
52
#if defined( ISC_OMITS_WITH_STDC_CHECK )
53
#if !defined(_POSIX_SOURCE) /* ? ! */
54
int foo;
55
#endif
56
#endif  /* ISC_OMITS_WITH_STDC_CHECK */
57
 
58
 
59
#if defined( READ_RET_TYPE_CHECK )
60
extern unsigned int fread(), fwrite();
61
extern int      fclose(), fflush(), foo();
62
#endif  /* READ_RET_TYPE_CHECK */
63
 
64
 
65
#if defined( RS6000_PARAM_CHECK )
66
extern int rename(const char *_old, const char *_new);
67
#endif  /* RS6000_PARAM_CHECK */
68
 
69
 
70
#if defined( STDIO_STDARG_H_CHECK )
71
 
72
#endif  /* STDIO_STDARG_H_CHECK */
73
 
74
 
75
#if defined( STDIO_DUMMY_VA_LIST_CHECK )
76
extern void mumble( __gnuc_va_list);
77
#endif  /* STDIO_DUMMY_VA_LIST_CHECK */
78
 
79
 
80
#if defined( ULTRIX_CONST_CHECK )
81
extern void perror( const char *__s );
82
extern int fputs( const char *__s, FILE *);
83
extern size_t fwrite( const void *__ptr, size_t, size_t, FILE *);
84
extern int fscanf( FILE *__stream, const char *__format, ...);
85
extern int scanf( const char *__format, ...);
86
 
87
#endif  /* ULTRIX_CONST_CHECK */
88
 
89
 
90
#if defined( ULTRIX_CONST2_CHECK )
91
extern FILE *fopen( const char *__filename, const char *__type );
92
extern int sscanf( const char *__s, const char *__format, ...);
93
extern FILE *popen( const char *, const char *);
94
extern char *tempnam( const char *, const char *);
95
 
96
#endif  /* ULTRIX_CONST2_CHECK */
97
 
98
 
99
#if defined( ULTRIX_CONST3_CHECK )
100
extern FILE *   fdopen( int __filedes, const char *__type );
101
 
102
#endif  /* ULTRIX_CONST3_CHECK */
103
 
104
 
105
#if defined( UNICOSMK_RESTRICT_CHECK )
106
void f (char * __restrict__ x);
107
#endif  /* UNICOSMK_RESTRICT_CHECK */
108
 
109
#endif  /* FIXINC_WRAP_STDIO_H_STDIO_STDARG_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.