File: RSL_write_histogram.html

package info (click to toggle)
librsl 1.42-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,836 kB
  • sloc: ansic: 16,950; sh: 8,544; yacc: 316; perl: 151; lex: 94; makefile: 61
file content (31 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<head>
</head>

<body>
<a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>


<h1>RSL_write_histogram</h1>

<hr>

<h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;<br>
void RSL_write_histogram(<a href=RSL_histogram_struct.html>Histogram</a> *histogram, char *outfile);</b>
<hr>

<h3>Description</h3>
Output the structure <b>Histogram</b> to the disk file <i>outfile</i>.
<hr>

<h3>Return value</h3>
Upon successful completion, the number of words written is returned. On error, -1 is returned and errno is set.
<hr>

<h3>See also</h3>
<a href=RSL_read_histogram.html>RSL_read_histogram</a>
<hr>

<p>Author: <a href=david.wolff.html>David B. Wolff</a> 
</body>