#include "wizard/wizard-config.h"
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>
#include <locale.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <time.h>
#include <limits.h>
#include <signal.h>
#include <assert.h>
#include "wizard/method-attribute.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <pwd.h>
#include "wizard/wizard-type.h"
#include <sys/time.h>
#include <wizard/WizardsToolkit.h>
Go to the source code of this file.
◆ _WIZARDSTOOLKIT_CONFIG_H
#define _WIZARDSTOOLKIT_CONFIG_H |
◆ AbsoluteValue
#define AbsoluteValue |
( |
|
x | ) |
((x) < 0 ? -(x) : (x)) |
◆ DirectoryListSeparator
#define DirectoryListSeparator ':' |
◆ DirectorySeparator
#define DirectorySeparator "/" |
◆ Exit
◆ IsBasenameSeparator
◆ Max
#define Max |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) > (y)) ? (x) : (y)) |
◆ Min
#define Min |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) < (y)) ? (x) : (y)) |
◆ NAMLEN
#define NAMLEN |
( |
|
dirent | ) |
strlen((dirent)->d_name) |
◆ O_BINARY
◆ PATH_MAX
◆ PreferencesDefaults
#define PreferencesDefaults "~/." |
◆ ProcessPendingEvents
#define ProcessPendingEvents |
( |
|
text | ) |
|
◆ ReadCommandlLine
#define ReadCommandlLine |
( |
|
argc, |
|
|
|
argv |
|
) |
| |
◆ S_ISDIR
#define S_ISDIR |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFDIR) |
◆ S_ISREG
#define S_ISREG |
( |
|
mode | ) |
(((mode) & S_IFMT) == S_IFREG) |
◆ S_MODE
◆ SetNotifyHandlers
#define SetNotifyHandlers |
◆ STDC
◆ STDERR_FILENO
#define STDERR_FILENO 0x02 |
◆ STDIN_FILENO
#define STDIN_FILENO 0x00 |
◆ STDOUT_FILENO
#define STDOUT_FILENO 0x01 |
◆ Swap
#define Swap |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)^=(y), (y)^=(x), (x)^=(y)) |
◆ wizard_restrict
#define wizard_restrict restrict |
◆ WizardEpoch
#define WizardEpoch 1000000000L |
◆ WizardMaxRecursionDepth
#define WizardMaxRecursionDepth 1024 |
◆ WIZARDSTOOLKIT_POSIX_SUPPORT
#define WIZARDSTOOLKIT_POSIX_SUPPORT |
◆ _wizard_info
unsigned char _wizard_info[1] |
|
extern |