1 ///////////////////////////////////////////////////////////////////////////////
3 /// \file tuklib_open_stdxxx.h
4 /// \brief Make sure that file descriptors 0, 1, and 2 are open
6 // Author: Lasse Collin
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
11 ///////////////////////////////////////////////////////////////////////////////
13 #ifndef TUKLIB_OPEN_STDXXX_H
14 #define TUKLIB_OPEN_STDXXX_H
16 #include "tuklib_common.h"
19 #define tuklib_open_stdxx TUKLIB_SYMBOL(tuklib_open_stdxxx)
20 extern void tuklib_open_stdxxx(int err_status
);