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
Category:
C Type Constants
A 32-bit C bool.
C Type Constants
Category:
C Type Constants
An 8-bit C byte.
C Type Constants
Category:
C Type Constants
An 8-bit C char.
C Type Constants
Category:
C Type Constants
A 32-bit C clock_t. Used for system times in clock ticks or clocks per sec.
C Type Constants
Category:
C Type Constants
A 16-bit C udev_t. Used for device IDs.
C Type Constants
Category:
C Type Constants
A 64-bit C double.
C Type Constants
Category:
C Type Constants
A 32-bit C DWORD.
C Type Constants
Category:
C Type Constants
A 64-bit C DWORDLONG.
C Type Constants
Category:
C Type Constants
A 32-bit C float.
C Type Constants
Category:
C Type Constants
An 8-bit C gid_t. Used for group IDs.
C Type Constants
Category:
C Type Constants
A 32-bit C HANDLE.
C Type Constants
Category:
C Type Constants
A 32-bit C HRESULT.
C Type Constants
Category:
C Type Constants
A 32-bit C HWND.
C Type Constants
Category:
C Type Constants
A 16-bit C i16_t.
C Type Constants
Category:
C Type Constants
A 32-bit C i32_t.
C Type Constants
Category:
C Type Constants
An 8-bit C i8_t.
C Type Constants
Category:
C Type Constants
A 32-bit C ino_t. Used for file serial numbers.
C Type Constants
Category:
C Type Constants
A 32-bit C int.
C Type Constants
Category:
C Type Constants
A 32-bit C long.
C Type Constants
Category:
C Type Constants
A 32-bit C LPARAM.
C Type Constants
Category:
C Type Constants
A 16-bit C mode_t. Used for some file attributes.
C Type Constants
Category:
C Type Constants
A 16-bit C nlink_t. Used for link counts.
C Type Constants
Category:
C Type Constants
A 32-bit C off_t. Used for file sizes.
C Type Constants
Category:
C Type Constants
A 32-bit C pid_t. Used for process IDs and process group IDs.
C Type Constants
Category:
C Type Constants
Any 32-bit C pointer.
C Type Constants
Category:
C Type Constants
A 16-bit C short.
C Type Constants
Category:
C Type Constants
A 32-bit C size_t. Used for sizes of objects.
C Type Constants
Category:
C Type Constants
A 32-bit ssize_t. Used for a count of bytes or an error indication.
C Type Constants
Category:
C Type Constants
A 32-bit time_t. Used for time in seconds.
C Type Constants
Category:
C Type Constants
A 16-bit C u16_t.
C Type Constants
Category:
C Type Constants
A 32-bit C u32_t.
C Type Constants
Category:
C Type Constants
An 8-bit C u8_t.
C Type Constants
Category:
C Type Constants
An 8-bit C unsigned byte.
C Type Constants
Category:
C Type Constants
An 8-bit C unsigned char.
C Type Constants
Category:
C Type Constants
A 16-bit C uid_t. Used for user IDs.
C Type Constants
Category:
C Type Constants
A 32-bit C unsigned int.
C Type Constants
Category:
C Type Constants
A 32-bit C unsigned long.
C Type Constants
Category:
C Type Constants
A 32-bit C useconds_t. Used for time in microseconds.
C Type Constants
Category:
C Type Constants
A 16-bit C unsigned short.
C Type Constants
Category:
C Type Constants
A 16-bit C WORD.
C Type Constants
Category:
C Type Constants
A 32-bit C WPARAM.