Get the number of signals in a signal list
int gsl_nSigs(SL_SigList *slist)
slist
Signal list generated using
ssCallSigListCreateFcn
.
An int
indicating the number of signals in the given signal
list.
Returns the number of signals in a given signal list.
C, C++
See the S-function barplot.c
.