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: May 27 15:24 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999