1menuconfig RTT_POSIX_TESTCASE_STDIO_H 2 bool "<stdio.h>" 3 default n 4 5if RTT_POSIX_TESTCASE_STDIO_H 6 7 config STDIO_H_CLEARERR 8 bool "<stdio.h> -> clearerr" 9 default n 10 11 config STDIO_H_FCLOSE 12 bool "<stdio.h> -> fclose" 13 default n 14 15 config STDIO_H_FDOPEN 16 bool "<stdio.h> -> fdopen" 17 default n 18 19 config STDIO_H_FEOF 20 bool "<stdio.h> -> feof" 21 default n 22 23 config STDIO_H_FERROR 24 bool "<stdio.h> -> ferror" 25 default n 26 27 config STDIO_H_FFLUSH 28 bool "<stdio.h> -> fflush" 29 default n 30 31 config STDIO_H_FGETC 32 bool "<stdio.h> -> fgetc" 33 default n 34 35 config STDIO_H_FGETS 36 bool "<stdio.h> -> fgets" 37 default n 38 39 config STDIO_H_FILENO 40 bool "<stdio.h> -> fileno" 41 default n 42 43 config STDIO_H_FOPEN 44 bool "<stdio.h> -> fopen" 45 default n 46 47 config STDIO_H_FPRINTF 48 bool "<stdio.h> -> fprintf" 49 default n 50 51 config STDIO_H_FPUTC 52 bool "<stdio.h> -> fputc" 53 default n 54 55 config STDIO_H_FPUTS 56 bool "<stdio.h> -> fputs" 57 default n 58 59 config STDIO_H_FREAD 60 bool "<stdio.h> -> fread" 61 default n 62 63 config STDIO_H_FSCANF 64 bool "<stdio.h> -> fscanf" 65 default n 66 67 config STDIO_H_FSEEK 68 bool "<stdio.h> -> fseek" 69 default n 70 71 config STDIO_H_FTELL 72 bool "<stdio.h> -> ftell" 73 default n 74 75 config STDIO_H_FWRITE 76 bool "<stdio.h> -> fwrite" 77 default n 78 79 80 81 config STDIO_H_PERROR 82 bool "<stdio.h> -> perror" 83 default n 84 85 config STDIO_H_PRINTF 86 bool "<stdio.h> -> printf" 87 default n 88 89 config STDIO_H_PUTC 90 bool "<stdio.h> -> putc" 91 default n 92 93 config STDIO_H_PUTCHAR 94 bool "<stdio.h> -> putchar" 95 default n 96 97 config STDIO_H_PUTS 98 bool "<stdio.h> -> puts" 99 default n 100 101 config STDIO_H_REMOVE 102 bool "<stdio.h> -> remove" 103 default n 104 105 config STDIO_H_RENAME 106 bool "<stdio.h> -> rename" 107 default n 108 109 config STDIO_H_REWIND 110 bool "<stdio.h> -> rewind" 111 default n 112 113 config STDIO_H_SETBUF 114 bool "<stdio.h> -> setbuf" 115 default n 116 117 config STDIO_H_SETVBUF 118 bool "<stdio.h> -> setvbuf" 119 default n 120 121 config STDIO_H_SNPRINTF 122 bool "<stdio.h> -> snprintf" 123 default n 124 125 config STDIO_H_SPRINTF 126 bool "<stdio.h> -> sprintf" 127 default n 128 129 config STDIO_H_SSCANF 130 bool "<stdio.h> -> sscanf" 131 default n 132 133 config STDIO_H_VFPRINTF 134 bool "<stdio.h> -> vfprintf" 135 default n 136 137 config STDIO_H_VPRINTF 138 bool "<stdio.h> -> vprintf" 139 default n 140 141 config STDIO_H_VSNPRINTF 142 bool "<stdio.h> -> vsnprintf" 143 default n 144 145 config STDIO_H_VSPRINTF 146 bool "<stdio.h> -> vsprintf" 147 default n 148 149endif 150