7 void _loadname(const char *name
, message
*msgptr
)
9 /* This function is used to load a string into a type m3 message. If the
10 * string fits in the message, it is copied there. If not, a pointer to
18 msgptr
->m3_p1
= (char *) __UNCONST(name
);
19 if (k
<= M3_STRING
) strcpy(msgptr
->m3_ca1
, name
);