int getnames(string, n, names) char *string, **names; int n;
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.
lib/libapp.a
Last Update: $Date: 1999/05/10 20:56:40 $