Detab
[AROS.git] / compiler / clib / updatestdio.c
blobc9112c12eebc055fd8734112963f26e0a7bc0014
1 /*
2 Copyright © 2002, The AROS Development Team. All rights reserved.
3 $Id$
5 C function to update stdfiles when changed by dos functions.
6 */
8 #include "__fdesc.h"
10 /*****************************************************************************
12 NAME */
13 void updatestdio (
15 /* SYNOPSIS */
16 void)
18 /* FUNCTION
19 Update stdin, stdout, stderr to reflect changes done by calling
20 dos.library functions like SelectInput(), ...
22 INPUTS
24 RESULT
26 NOTES
27 stdin, stdout and stderr will be flushed before they are updated.
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 __updatestdio();
40 } /* open */