msgget
msgget ?-cvtnull char? msgId ?offset? ?length?
This command retrieves message data that is from the region specified by
offset
and length
.
Nulls in the retrieved data are converted to char
if -cvtnull
is used.
This command returns the retrieved, converted data.