Rudiments
stdio.h
1 // Copyright (c) 2013 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_STDIO_H
5 #define RUDIMENTS_STDIO_H
6 
7 #include <rudiments/filedescriptor.h>
8 
9 extern RUDIMENTS_DLLSPEC filedescriptor stdinput;
10 extern RUDIMENTS_DLLSPEC filedescriptor stdoutput;
11 extern RUDIMENTS_DLLSPEC filedescriptor stderror;
12 
13 #endif