clean ascii
[ascii.git] / fdprintf.c
index c7ee4c1f8ce0b96b5cef52c467d087d4f3df490b..238878dce42b2877ba90c719b9a62e46bfb4b945 100644 (file)
@@ -17,8 +17,8 @@
 
 #include "fdprintf.h"
 
-int _fd_stdout = STDOUT_FILENO;
-int _fd_stderr = STDERR_FILENO;
+int stdfdout = STDOUT_FILENO;
+int stdfderr = STDERR_FILENO;
 
 unsigned int nextpow (unsigned int x, int base) {
     unsigned int n = 0;