Sha256: eda1984d58364eec9949aa49fd110d62b1d3685f7addc6fe4c3f1284bc8dd614
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////// // /// \file tuklib_open_stdxxx.h /// \brief Make sure that file descriptors 0, 1, and 2 are open // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_OPEN_STDXXX_H #define TUKLIB_OPEN_STDXXX_H #include "tuklib_common.h" TUKLIB_DECLS_BEGIN #define tuklib_open_stdxx TUKLIB_SYMBOL(tuklib_open_stdxxx) extern void tuklib_open_stdxxx(int err_status); TUKLIB_DECLS_END #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
laag-xz-5.2.4.0 | vendor/git.tukaani.org/xz/src/common/tuklib_open_stdxxx.h |