]> Pileus Git - ~andy/rsl/blob - doc/RSL_read_histogram.html
Initial import
[~andy/rsl] / doc / RSL_read_histogram.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_read_histogram</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;<br>
15 <a href=RSL_histogram_struct.html>Histogram</a> *RSL_read_histogram(char *infile);</b> 
16 <hr>
17
18 <h3>Description</h3>
19 Read the structure <b>Histogram</b> from the disk file <i>infile</i>. 
20 <hr>
21
22 <h3>Return value</h3>
23
24 Upon successful completion, a pointer to <b>Histogram</b> is returned. NULL is returned if an error occurs and <i>errno</i> is set. 
25 <hr>
26 <h3>See also</h3>
27 <a href=RSL_write_histogram.html>RSL_write_histogram</a>
28 <hr>
29
30 <p>Author: <a href=david.wolff.html>David B. Wolff</a> 
31 </body>