summaryrefslogtreecommitdiff
path: root/stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio.c')
-rw-r--r--stdio.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/stdio.c b/stdio.c
index cf5d6ac..49a0a3b 100644
--- a/stdio.c
+++ b/stdio.c
@@ -2,15 +2,12 @@
#include "_stdio.h"
#include "test.h"
+FILE *test_file;
+fpos_t test_fpos;
+size_t test_size;
+
void test_stdio_h(void)
{
- FILE *file;
- fpos_t fpos;
- size_t size;
- (void)file;
- (void)fpos;
- (void)size;
-
int buftypes[] = {
_IOFBF,
_IOLBF,