RSL_new_carpi


Synopsis

#include "rsl.h"
Carpi *RSL_new_carpi(int xdim, int ydim);


Description

Allocates xdim by ydim of Carpi_value. The entire structure is initialized to 0.


Return value

Upon successful completion, a pointer to the appropriate structure is returned. Otherwise, a NULL pointer is returned and errno is set.

See also


Author: Mike Kolander