summaryrefslogtreecommitdiffstats
path: root/funtools/doc/pod/funclose.pod
blob: 48357a3d9eab06e7964b9dba737e40a22d07e3ed (plain)
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
43
44
45
46
47
48
49
50
51
52
53
=pod

=head1 NAME



B<FunClose - close a Funtools data file>



=head1 SYNOPSIS





  #include <funtools.h>

  void FunClose(Fun fun)





=head1 DESCRIPTION




The B<FunClose()> routine closes a previously-opened Funtools data
file, freeing control structures. If a 
Funtools reference handle
was passed to
the FunOpen() call for this file,
and if copy mode also was specified for that file, then 
FunClose() also will copy the
remaining extensions from the input file to the output file (if the
input file still is open).  Thus, we recommend always closing the
output Funtools file B<before> the input file.  (Alternatively,
you can call FunFlush()
explicitly).




=head1 SEE ALSO



See funtools(n) for a list of Funtools help pages


=cut