Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | FT_BEGIN_HEADER /* empty */ |
#define | FT_END_HEADER /* empty */ |
#define | FT_PUBLIC_FUNCTION_ATTRIBUTE /* empty */ |
#define | FT_EXPORT(x) FT_PUBLIC_FUNCTION_ATTRIBUTE extern x |
#define | FT_UNUSED(arg) ( (arg) = (arg) ) |
#define | FT_STATIC_CAST(type, var) (type)(var) |
#define | FT_REINTERPRET_CAST(type, var) (type)(var) |
#define | FT_STATIC_BYTE_CAST(type, var) (type)(unsigned char)(var) |
#define FT_BEGIN_HEADER /* empty */ |
Definition at line 40 of file public-macros.h.
#define FT_END_HEADER /* empty */ |
Definition at line 48 of file public-macros.h.
#define FT_EXPORT | ( | x | ) | FT_PUBLIC_FUNCTION_ATTRIBUTE extern x |
Definition at line 104 of file public-macros.h.
#define FT_PUBLIC_FUNCTION_ATTRIBUTE /* empty */ |
Definition at line 86 of file public-macros.h.
#define FT_REINTERPRET_CAST | ( | type, | |
var ) (type)(var) |
Definition at line 130 of file public-macros.h.
#define FT_STATIC_BYTE_CAST | ( | type, | |
var ) (type)(unsigned char)(var) |
Definition at line 132 of file public-macros.h.
#define FT_STATIC_CAST | ( | type, | |
var ) (type)(var) |
Definition at line 129 of file public-macros.h.
Definition at line 115 of file public-macros.h.