Typedefs | |||
![]() | ![]() | typedef char | INT8 |
![]() | ![]() | Signed eight bit. | |
![]() | ![]() | typedef unsigned char | UINT8 |
![]() | ![]() | Unsigned eight bit. | |
![]() | ![]() | typedef int | INT16 |
![]() | ![]() | Signed sixteen bit. | |
![]() | ![]() | typedef unsigned int | UINT16 |
![]() | ![]() | Unsigned sixteen bit. | |
![]() | ![]() | typedef long | INT32 |
![]() | ![]() | Signed 32 bit. | |
![]() | ![]() | typedef unsigned long | UINT32 |
![]() | ![]() | Unsigned 32 bit. | |
![]() | ![]() | typedef int | size_t |
![]() | ![]() | typedef UINT16 | clock_t |
![]() | ![]() | Returned from clock. More... |
typedef UINT16 clock_t |