Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_open_stdxxx.h
Go to the documentation of this file.
1
2//
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.
10//
12
13#ifndef TUKLIB_OPEN_STDXXX_H
14#define TUKLIB_OPEN_STDXXX_H
15
16#include "tuklib_common.h"
18
19#define tuklib_open_stdxx TUKLIB_SYMBOL(tuklib_open_stdxxx)
20extern void tuklib_open_stdxxx(int err_status);
21
23#endif
Common definitions for tuklib modules.
#define TUKLIB_DECLS_END
Definition tuklib_common.h:48
#define TUKLIB_DECLS_BEGIN
Definition tuklib_common.h:40
void tuklib_open_stdxxx(int err_status)
Definition tuklib_open_stdxxx.c:24