mirror of
https://github.com/ENSL/NS.git
synced 2024-11-14 17:01:29 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
#include <cstdio>
|
|
|
|
FILE _iob[] = { *stdin, *stdout, *stderr };
|
|
|
|
extern "C" FILE * __cdecl __iob_func(void)
|
|
{
|
|
return _iob;
|
|
}
|