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