Availability:C-language interface function
const char * PL_atom_nchars(atom_t 
a, size_t *len)Extract the text and length of an atom. If you do not need the length, 
pass NULL as the value of len. If PL_atom_nchars() 
is called for a blob, NULL is returned.