]> Pileus Git - ~andy/rsl/blob - doc/RSL_new_carpi.html
RSL v1.44
[~andy/rsl] / doc / RSL_new_carpi.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_new_carpi</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b><a href=RSL_carpi_struct.html>Carpi</a> *RSL_new_carpi(int xdim, int ydim);</b>
16
17 <h3>
18 <hr>Description</h3>
19 Allocates xdim by ydim of Carpi_value. The entire structure is initialized to 0.
20
21 <p>
22 <hr>
23
24 <h3>Return value</h3>
25 Upon successful completion, a pointer to the appropriate structure is returned. Otherwise, a NULL pointer is returned and errno is set. 
26 <hr>
27
28 <h3>See also</h3>
29
30 <hr>Author: <a href=mike.kolander.html>Mike Kolander</a>
31 </body>