#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
Go to the source code of this file.
◆ LBM_INT_MAX
      
        
          | #define LBM_INT_MAX   INT32_MAX | 
      
 
 
◆ LBM_INT_MIN
      
        
          | #define LBM_INT_MIN   INT32_MIN | 
      
 
 
◆ LBM_STORABLE_ADDRESS_ALIGNMENT
      
        
          | #define LBM_STORABLE_ADDRESS_ALIGNMENT   4 | 
      
 
 
◆ LBM_UINT_MAX
      
        
          | #define LBM_UINT_MAX   UINT32_MAX | 
      
 
 
◆ PRI_FLOAT
◆ PRI_HEX
◆ PRI_INT
◆ PRI_TYPE
◆ PRI_UINT
◆ PRI_VALUE
◆ lbm_cid
◆ lbm_double
◆ lbm_float
◆ lbm_int
◆ lbm_type
◆ lbm_uint
◆ lbm_value
A lispBM value. Can represent a character, 28 bit signed or unsigned integer. A value can also represent a pointer to a heap cell or to boxed 32 bit values such as a float.