Rudiments
include
rudiments
stdio.h
1
// Copyright (c) 1999-2018 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
18
class
RUDIMENTS_DLLSPEC
stdiofiledescriptor
:
public
filedescriptor
{
19
public
:
22
bool
flush();
23
24
#include <rudiments/private/stdio.h>
25
};
26
27
extern
RUDIMENTS_DLLSPEC
stdiofiledescriptor
stdinput;
28
extern
RUDIMENTS_DLLSPEC
stdiofiledescriptor
stdoutput;
29
extern
RUDIMENTS_DLLSPEC
stdiofiledescriptor
stderror;
30
31
#endif
filedescriptor
Definition:
filedescriptor.h:13
stdiofiledescriptor
Definition:
stdio.h:18
Generated on Sat Mar 14 2020 21:50:17 for Rudiments by
1.8.15