Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
public-macros.h File Reference

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)
 

Macro Definition Documentation

◆ FT_BEGIN_HEADER

#define FT_BEGIN_HEADER   /* empty */

Definition at line 40 of file public-macros.h.

◆ FT_END_HEADER

#define FT_END_HEADER   /* empty */

Definition at line 48 of file public-macros.h.

◆ FT_EXPORT

#define FT_EXPORT ( x)    FT_PUBLIC_FUNCTION_ATTRIBUTE extern x

Definition at line 104 of file public-macros.h.

◆ FT_PUBLIC_FUNCTION_ATTRIBUTE

#define FT_PUBLIC_FUNCTION_ATTRIBUTE   /* empty */

Definition at line 86 of file public-macros.h.

◆ FT_REINTERPRET_CAST

#define FT_REINTERPRET_CAST ( type,
var )   (type)(var)

Definition at line 130 of file public-macros.h.

◆ FT_STATIC_BYTE_CAST

#define FT_STATIC_BYTE_CAST ( type,
var )   (type)(unsigned char)(var)

Definition at line 132 of file public-macros.h.

◆ FT_STATIC_CAST

#define FT_STATIC_CAST ( type,
var )   (type)(var)

Definition at line 129 of file public-macros.h.

◆ FT_UNUSED

#define FT_UNUSED ( arg)    ( (arg) = (arg) )

Definition at line 115 of file public-macros.h.