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