Invoke the generic destruction function for an S-function
const char_T * ssCallGenericDestroyFcn(SimStruct *S,void **ports)
S
SimStruct representing an S-Function block.
ports
Array of port objects.
A pointer to a character vector containing an error description on failure, and
NULL
if successful.
Frees an array of ports obtained using the
ssCallSelectedSignalsFcn
function.
C, C++
See the S-function barplot.c
.