getnames - String parameter utility function

SYNOPSIS


int getnames(string, n, names)
char *string, **names;
int n;

DESCRIPTION

Given a string containing multiple (n) names separated by null characters, such as that returned by prmnames, getnames returns pointers to each of the individual names, i.e. names[N] = the [N+1]th name.

FILES

lib/libapp.a

SEE ALSO

prmstr, prmnamesprmyn


Last Update: $Date: 1999/05/10 20:56:40 $