module Fiddle::Types
Constants
- CHAR
 - 
C type - char
 - CONST_STRING
 - 
C type - const char* (‘0’ terminated const char*)
 - DOUBLE
 - 
C type - double
 - FLOAT
 - 
C type - float
 - INT
 - 
C type - int
 - INT16_T
 - 
C type - int16_t
 - INT32_T
 - 
C type - int32_t
 - INT64_T
 - 
C type - int64_t
 - INT8_T
 - 
C type - int8_t
 - INTPTR_T
 - 
C type - intptr_t
 - LONG
 - 
C type - long
 - LONG_LONG
 - 
C type - long long
 - PTRDIFF_T
 - 
C type - ptrdiff_t
 - SHORT
 - 
C type - short
 - SIZE_T
 - 
C type - size_t
 - SSIZE_T
 - 
C type - ssize_t
 - UCHAR
 - 
C type - unsigned char
 - UINT
 - 
C type - unsigned int
 - UINT16_T
 - 
C type - uint16_t
 - UINT32_T
 - 
C type - uint32_t
 - UINT64_T
 - 
C type - uint64_t
 - UINT8_T
 - 
C type - uint8_t
 - UINTPTR_T
 - 
C type - uintptr_t
 - ULONG
 - 
C type - long
 - ULONG_LONG
 - 
C type - long long
 - USHORT
 - 
C type - unsigned short
 - VARIADIC
 - 
C type - …
 - VOID
 - 
C type - void
 - VOIDP
 - 
C type - void*