Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UINT32_C
usr/src/boot/sys/x86/include/_stdint.h
51
#define UINT32_C(c) (c ## U)
usr/src/uts/common/sys/int_const.h
96
#define UINT32_C(c) __CONCAT__(c,u)