Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Macros
Constants

This category contains constants. More...

Macros

#define FPL_FILE_EXT_SEPARATOR
 File extension character.
 
#define FPL_MAX_BUFFER_LENGTH
 Maximum length of an internal buffer (in bytes)
 
#define FPL_MAX_FILENAME_LENGTH
 Maximum length of a filename.
 
#define FPL_MAX_NAME_LENGTH
 Maximum length of a name (in characters)
 
#define FPL_MAX_PATH_LENGTH
 Maximum length of a path.
 
#define FPL_PATH_SEPARATOR
 Path separator character.
 

Detailed Description

This category contains constants.

Macro Definition Documentation

◆ FPL_FILE_EXT_SEPARATOR

#define FPL_FILE_EXT_SEPARATOR

File extension character.

Definition at line 2645 of file final_platform_layer.h.

◆ FPL_MAX_BUFFER_LENGTH

#define FPL_MAX_BUFFER_LENGTH

Maximum length of an internal buffer (in bytes)

Definition at line 2649 of file final_platform_layer.h.

◆ FPL_MAX_FILENAME_LENGTH

#define FPL_MAX_FILENAME_LENGTH

Maximum length of a filename.

Definition at line 2639 of file final_platform_layer.h.

◆ FPL_MAX_NAME_LENGTH

#define FPL_MAX_NAME_LENGTH

Maximum length of a name (in characters)

Definition at line 2647 of file final_platform_layer.h.

◆ FPL_MAX_PATH_LENGTH

#define FPL_MAX_PATH_LENGTH

Maximum length of a path.

Definition at line 2641 of file final_platform_layer.h.

◆ FPL_PATH_SEPARATOR

#define FPL_PATH_SEPARATOR

Path separator character.

Definition at line 2643 of file final_platform_layer.h.