C Type Constants

C Type Constants
Most common C, Win32, and POSIX types are included here.

See also: C String Constants, Euphoria Type Constants

Functions/Procedures
Supertopics

C Type Constants

[const]
C_BOOL

Category: C Type Constants

A 32-bit C bool.


C Type Constants

[const]
C_BYTE

Category: C Type Constants

An 8-bit C byte.


C Type Constants

[const]
C_CHAR

Category: C Type Constants

An 8-bit C char.


C Type Constants

[const]
C_CLOCK_T

Category: C Type Constants

A 32-bit C clock_t. Used for system times in clock ticks or clocks per sec.


C Type Constants

[const]
C_DEV_T

Category: C Type Constants

A 16-bit C udev_t. Used for device IDs.


C Type Constants

[const]
C_DOUBLE

Category: C Type Constants

A 64-bit C double.


C Type Constants

[const]
C_DWORD

Category: C Type Constants

A 32-bit C DWORD.


C Type Constants

[const]
C_DWORDLONG

Category: C Type Constants

A 64-bit C DWORDLONG.


C Type Constants

[const]
C_FLOAT

Category: C Type Constants

A 32-bit C float.


C Type Constants

[const]
C_GID_T

Category: C Type Constants

An 8-bit C gid_t. Used for group IDs.


C Type Constants

[const]
C_HANDLE

Category: C Type Constants

A 32-bit C HANDLE.


C Type Constants

[const]
C_HRESULT

Category: C Type Constants

A 32-bit C HRESULT.


C Type Constants

[const]
C_HWND

Category: C Type Constants

A 32-bit C HWND.


C Type Constants

[const]
C_I16_T

Category: C Type Constants

A 16-bit C i16_t.


C Type Constants

[const]
C_I32_T

Category: C Type Constants

A 32-bit C i32_t.


C Type Constants

[const]
C_I8_T

Category: C Type Constants

An 8-bit C i8_t.


C Type Constants

[const]
C_INO_T

Category: C Type Constants

A 32-bit C ino_t. Used for file serial numbers.


C Type Constants

[const]
C_INT

Category: C Type Constants

A 32-bit C int.


C Type Constants

[const]
C_LONG

Category: C Type Constants

A 32-bit C long.


C Type Constants

[const]
C_LPARAM

Category: C Type Constants

A 32-bit C LPARAM.


C Type Constants

[const]
C_MODE_T

Category: C Type Constants

A 16-bit C mode_t. Used for some file attributes.


C Type Constants

[const]
C_NLINK_T

Category: C Type Constants

A 16-bit C nlink_t. Used for link counts.


C Type Constants

[const]
C_OFF_T

Category: C Type Constants

A 32-bit C off_t. Used for file sizes.


C Type Constants

[const]
C_PID_T

Category: C Type Constants

A 32-bit C pid_t. Used for process IDs and process group IDs.


C Type Constants

[const]
C_POINTER

Category: C Type Constants

Any 32-bit C pointer.


C Type Constants

[const]
C_SHORT

Category: C Type Constants

A 16-bit C short.


C Type Constants

[const]
C_SIZE_T

Category: C Type Constants

A 32-bit C size_t. Used for sizes of objects.


C Type Constants

[const]
C_SSIZE_T

Category: C Type Constants

A 32-bit ssize_t. Used for a count of bytes or an error indication.


C Type Constants

[const]
C_TIME_T

Category: C Type Constants

A 32-bit time_t. Used for time in seconds.


C Type Constants

[const]
C_U16_T

Category: C Type Constants

A 16-bit C u16_t.


C Type Constants

[const]
C_U32_T

Category: C Type Constants

A 32-bit C u32_t.


C Type Constants

[const]
C_U8_T

Category: C Type Constants

An 8-bit C u8_t.


C Type Constants

[const]
C_UBYTE

Category: C Type Constants

An 8-bit C unsigned byte.


C Type Constants

[const]
C_UCHAR

Category: C Type Constants

An 8-bit C unsigned char.


C Type Constants

[const]
C_UID_T

Category: C Type Constants

A 16-bit C uid_t. Used for user IDs.


C Type Constants

[const]
C_UINT

Category: C Type Constants

A 32-bit C unsigned int.


C Type Constants

[const]
C_ULONG

Category: C Type Constants

A 32-bit C unsigned long.


C Type Constants

[const]
C_USECONDS_T

Category: C Type Constants

A 32-bit C useconds_t. Used for time in microseconds.


C Type Constants

[const]
C_USHORT

Category: C Type Constants

A 16-bit C unsigned short.


C Type Constants

[const]
C_WORD

Category: C Type Constants

A 16-bit C WORD.


C Type Constants

[const]
C_WPARAM

Category: C Type Constants

A 32-bit C WPARAM.