NAME
cxUnkNew
- create unknown data type
C SPECIFICATION
#include <cx/DataAccess.h>
cxUnknown *cxUnkNew(long n)
FORTRAN SPECIFICATION
integer function cxUnkNew(n)
integer n
PARAMETERS
-
n
-
Size in bytes of unknown data vector.
FUNCTION RETURN VALUE
Returns a pointer to a new unknown structure.
DESCRIPTION
Creates a cxUnknown type with n bytes of storage (n may
have the value 0, in
which case the data pointer is left NULL and no allocation is done).
SEE ALSO
cxUnknown(3E)
Last modified: Mon Nov 18 13:53:49 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996