1funclose(3) SAORD Documentation funclose(3)
2
3
4
6 FunClose - close a Funtools data file
7
9 #include <funtools.h>
10
11 void FunClose(Fun fun)
12
14 The FunClose() routine closes a previously-opened Funtools data file,
15 freeing control structures. If a Funtools reference handle was passed
16 to the FunOpen() call for this file, and if copy mode also was speci‐
17 fied for that file, then FunClose() also will copy the remaining exten‐
18 sions from the input file to the output file (if the input file still
19 is open). Thus, we recommend always closing the output Funtools file
20 before the input file. (Alternatively, you can call FunFlush() explic‐
21 itly).
22
24 See funtools(n) for a list of Funtools help pages
25
26
27
28version 1.4.0 August 15, 2007 funclose(3)