File nut/include/lua/llimits.h


Included Files


Preprocessor definitions

#define llimits_h

#define MAX_SIZET

#define MAX_LUMEM

#define MAX_INT

#define IntPoint( p )

#define lua_assert( c )

#define check_exp( c, e )

#define api_check luai_apicheck

#define UNUSED( x )

#define cast( t, exp )

#define cast_byte( i )

#define cast_num( i )

#define cast_int( i )

#define MAXSTACK 250

#define MINSTRTABSIZE 32

#define LUA_MINBUFFER 32

#define lua_lock( L )

#define lua_unlock( L )

#define luai_threadyield( L )

#define condhardstacktests( x )


Typedef lu_int32

typedef unsigned int lu_int32

Typedef lu_mem

typedef size_t lu_mem

Typedef l_mem

typedef ptrdiff_t l_mem

Typedef lu_byte

typedef unsigned char lu_byte

Typedef L_Umaxalign

typedef union {...} L_Umaxalign
union  
   {  
      double u;  
      void* s;  
      long l;  
   }  

Typedef l_uacNumber

typedef double l_uacNumber

Typedef Instruction

typedef lu_int32 Instruction
See: Typedef lu_int32