Final Platform Layer
0.9.6-beta
|
This category contains storage class identifiers, such as static, extern, inline, etc. More...
Macros | |
#define | fpl_api |
Api call. | |
#define | fpl_common_api |
Common api. | |
#define | fpl_dllexport |
Link-library Export. | |
#define | fpl_dllimport |
Link-library Import. | |
#define | fpl_dlllocal |
Link-library Local. | |
#define | fpl_extern |
External call. | |
#define | fpl_force_inline |
Always inlines this function. | |
#define | fpl_globalvar |
Global persistent variable. | |
#define | fpl_inline |
Inline function. | |
#define | fpl_internal |
Private/Internal function. | |
#define | fpl_internal_inline |
Internal inlined function. | |
#define | fpl_localvar |
Local persistent variable. | |
#define | fpl_main |
Main entry point api definition. | |
#define | fpl_no_inline |
Prevents inlining of this function. | |
#define | fpl_platform_api |
Platform api. | |
This category contains storage class identifiers, such as static, extern, inline, etc.