RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / common / tuklib_open_stdxxx.h
blobb91161609ee6d5208699e3613fb314d26c0c6962
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 /// \file tuklib_open_stdxxx.h
4 /// \brief Make sure that file descriptors 0, 1, and 2 are open
5 //
6 // Author: Lasse Collin
7 //
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"
17 TUKLIB_DECLS_BEGIN
19 #define tuklib_open_stdxx TUKLIB_SYMBOL(tuklib_open_stdxxx)
20 extern void tuklib_open_stdxxx(int err_status);
22 TUKLIB_DECLS_END
23 #endif