Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_progname.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_PROGNAME_H
14#define TUKLIB_PROGNAME_H
15
16#include "tuklib_common.h"
17#include <errno.h>
18
20
21#ifdef HAVE_PROGRAM_INVOCATION_NAME
22# define progname program_invocation_name
23#else
24# define progname TUKLIB_SYMBOL(tuklib_progname)
25 extern char *progname;
26#endif
27
28#define tuklib_progname_init TUKLIB_SYMBOL(tuklib_progname_init)
29extern void tuklib_progname_init(char **argv);
30
32#endif
#define TUKLIB_DECLS_END
Definition tuklib_common.h:48
#define TUKLIB_DECLS_BEGIN
Definition tuklib_common.h:40
#define progname
Definition tuklib_progname.h:24
#define tuklib_progname_init
Definition tuklib_progname.h:28
Common definitions for tuklib modules.