NAME
cxParamDup
- duplicate a parameter
C SPECIFICATION
#include <cx/DataAccess.h>
cxParameter *cxParamDup(cxParameter *src)
FORTRAN SPECIFICATION
integer function cxParamDup(src)
integer src
PARAMETERS
-
src
-
Parameter structure to be duplicated.
FUNCTION RETURN VALUE
Returns a pointer to a duplicate of src.
DESCRIPTION
Creates a duplicate of the parameter
src, and returns a pointer to the duplicate.
The new parameter has the same type and value as src.
SEE ALSO
cxDataAllocErrorGet(3E)
Last modified: Mon Nov 18 13:51:28 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996