QP_ipc_string_from_atom() void QP_ipc_string_from_atom(atom, str)
QP_atom atom;
char *str;
The routine QP_ipc_string_from_atom() can be used to get the name
corresponding to an atom, given the Prolog internal unsigned integer
representation of the atom. The string str will be overwritten with
a null-terminated string that is the name of the atom. The caller must
provide enough space to contain this string.