Defines

lt_system.h File Reference

#include <stddef.h>
#include <stdlib.h>
#include <sys/types.h>

Go to the source code of this file.

Defines

#define EXIT_SUCCESS   0
#define LT_FILENAME_MAX   2048
#define LT_EOS_CHAR   '\0'
#define LT_BEGIN_C_DECLS
#define LT_END_C_DECLS
#define LT_STMT_START   do
#define LT_STMT_END   while (0)
#define LT_SCOPE   extern
#define LT_PATHSEP_CHAR   ':'
#define LT_READTEXT_MODE   "r"
#define LT__STR(arg)   #arg
#define LT_STR(arg)   LT__STR(arg)
#define LT__CONC(a, b)   a##b
#define LT_CONC(a, b)   LT__CONC(a, b)
#define LT__CONC3(a, b, c)   a##b##c
#define LT_CONC3(a, b, c)   LT__CONC3(a, b, c)

Define Documentation

#define EXIT_SUCCESS   0
#define LT__CONC (   a,
  b 
)    a##b
#define LT__CONC3 (   a,
  b,
  c 
)    a##b##c
#define LT__STR (   arg  )     #arg
#define LT_BEGIN_C_DECLS
#define LT_CONC (   a,
  b 
)    LT__CONC(a, b)
#define LT_CONC3 (   a,
  b,
  c 
)    LT__CONC3(a, b, c)
#define LT_END_C_DECLS
#define LT_EOS_CHAR   '\0'
#define LT_FILENAME_MAX   2048
#define LT_PATHSEP_CHAR   ':'
#define LT_READTEXT_MODE   "r"
#define LT_SCOPE   extern
#define LT_STMT_END   while (0)
#define LT_STMT_START   do
#define LT_STR (   arg  )     LT__STR(arg)

Referenced by lt_dlinit().