gwenhywfar
5.2.0
|
Go to the source code of this file.
Macros | |
#define | __GNUC_PREREQ(maj, min) 0 |
#define | __STRING(x) #x |
#define | DEPRECATED |
#define | GWEN_DIR_SEPARATOR '/' |
#define | GWEN_DIR_SEPARATOR_S "/" |
#define | GWEN_FORMAT(fmt, pos, argstart) |
#define | GWEN_LIKELY(cond) (!!(cond)) |
#define | GWEN_SEARCHPATH_SEPARATOR ':' |
#define | GWEN_SEARCHPATH_SEPARATOR_S ":" |
#define | GWEN_TIMEOUT_FOREVER (-1) |
#define | GWEN_TIMEOUT_NONE (0) |
#define | GWEN_UNLIKELY(cond) (!!(cond)) |
#define | GWEN_UNUSED |
#define | GWEN_UNUSED |
#define | GWENHYWFAR_API |
#define | GWENHYWFAR_CB |
#define | GWENHYWFAR_EXPORT |
#define | GWENHYWFAR_NOEXPORT |
#define __GNUC_PREREQ | ( | maj, | |
min | |||
) | 0 |
Definition at line 119 of file gwenhywfarapi.h.
#define __STRING | ( | x | ) | #x |
Definition at line 127 of file gwenhywfarapi.h.
#define DEPRECATED |
Definition at line 143 of file gwenhywfarapi.h.
#define GWEN_DIR_SEPARATOR '/' |
The directory separator character. This is '/' on UNIX machines and '\' under Windows. Since gwenhywfar-2.5.4.
Definition at line 99 of file gwenhywfarapi.h.
#define GWEN_DIR_SEPARATOR_S "/" |
The directory separator as a string. This is "/" on UNIX machines and "\" under Windows. Since gwenhywfar-2.5.4.
Definition at line 102 of file gwenhywfarapi.h.
#define GWEN_FORMAT | ( | fmt, | |
pos, | |||
argstart | |||
) |
Definition at line 154 of file gwenhywfarapi.h.
#define GWEN_LIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 145 of file gwenhywfarapi.h.
#define GWEN_SEARCHPATH_SEPARATOR ':' |
The search path separator character. This is ':' on UNIX machines and ';' under Windows. Since gwenhywfar-2.5.4.
Definition at line 105 of file gwenhywfarapi.h.
#define GWEN_SEARCHPATH_SEPARATOR_S ":" |
The search path separator as a string. This is ":" on UNIX machines and ";" under Windows. Since gwenhywfar-2.5.4.
Definition at line 108 of file gwenhywfarapi.h.
#define GWEN_TIMEOUT_FOREVER (-1) |
Definition at line 159 of file gwenhywfarapi.h.
#define GWEN_TIMEOUT_NONE (0) |
Definition at line 158 of file gwenhywfarapi.h.
#define GWEN_UNLIKELY | ( | cond | ) | (!!(cond)) |
Definition at line 146 of file gwenhywfarapi.h.
#define GWEN_UNUSED |
Definition at line 144 of file gwenhywfarapi.h.
#define GWEN_UNUSED |
Definition at line 144 of file gwenhywfarapi.h.
#define GWENHYWFAR_API |
Definition at line 66 of file gwenhywfarapi.h.
#define GWENHYWFAR_CB |
Definition at line 88 of file gwenhywfarapi.h.
#define GWENHYWFAR_EXPORT |
Definition at line 74 of file gwenhywfarapi.h.
#define GWENHYWFAR_NOEXPORT |
Definition at line 75 of file gwenhywfarapi.h.