Parent topic
:
size.h
Parent topic
:
string.h
Macros
QNX SDP
7.1
QNX Helpers Developer's Guide
API
Updated: October 28, 2024
These macros make a string from a passed-in argument name or value.
qh_sizeof_member()
Provides the size of a member of a composite type (struct, union), given its type and the member name
qh_sizeof_utai_member()
Provides the size of a portion of a composite type (struct, union), up to and including a provided member name
QH_STR_EXPANDED_STRINGIFY
A macro that makes a string from the passed-in argument's value.
QH_STR_STRINGIFY
A macro that makes a string from the passed-in argument name.