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