File pdgl_defs.h
File List > defs > pdgl_defs.h
Go to the documentation of this file
#ifndef UTIL_PDGL_DEFS_H
#define UTIL_PDGL_DEFS_H
#include <stdint.h>
/******************************************************************************/
/****************************** Pre processor Switches ************************/
/******************************************************************************/
#ifndef STATIC_INLINE
#if defined(__GNUC__) || defined(__cplusplus) || \
(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))
#define STATIC_INLINE static inline
#else
#define STATIC_INLINE static
#endif
#endif /* STATIC_INLINE */
#define STATIC_INLINE_UINT8 STATIC_INLINE uint8_t
/******************************************************************************/
/****************************** Includes **************************************/
/******************************************************************************/
/******************************************************************************/
/****************************** Typedefs **************************************/
/******************************************************************************/
/******************************************************************************/
/****************************** Defines **************************************/
/******************************************************************************/
#define DEFS_PDGL_MAX_STRING_SIZE (3000)
#define DEFS_PDGL_MAX_NAME_SIZE (200)
#define DEFS_PDGL_ENTRY_SYMBOL ("entry")
#define DEFS_PDGL_STRING_MATCH (0x0u)
#endif /* end UTIL_PDGL_DEFS_H */