Availability:C-language interface function
atom_t PL_new_atom_nchars(size_t
len, const char *s)Create a new atom as PL_new_atom(),
but using the given length and characters. If len is (size_t)-1
,
it is computed from s using
strlen(). See PL_new_atom()
for error handling.