File: VRfPrint.3tsp

package info (click to toggle)
libtsp 3r0-1
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 5,096 kB
  • ctags: 1,798
  • sloc: ansic: 14,464; sh: 1,217; makefile: 182
file content (42 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
.TH VRfPrint 3tsp "TSP (libtsp/VR)"
.SH Routine
.in +4n
.ti -4n
void VRfPrint (FILE *fp, const char Header[], const float x[], int N)
.in -4n
.SH Purpose
.in +4n
.ti -4n
Print a float array along with a header text
.in -4n
.SH Description
This routine prints the values of a float array along with an identifying
header.
.SH Parameters
.in +4n
.ti -4n
 -> FILE *fp
.br
File pointer for the output.  If fp is NULL, no printing occurs.
.ti -4n
 -> const char Header[]
.br
Character string for the header.  The header line is omitted if the
header string is empty.
.ti -4n
 -> const float x[]
.br
Array of N floats
.ti -4n
 -> int N
.br
Number of elements in x
.in -4n
.SH Author / revision
P. Kabal  Copyright (C) 1996
/ Revision 1.8  1996/05/06
.SH See Also
VRdPrint,
VRiPrint,
VRlPrint,
libtsp