funclose(3) debian man page | unix.com

Man Page: funclose

Operating Environment: debian

Section: 3

funclose(3)							SAORD Documentation						       funclose(3)

NAME
FunClose - close a Funtools data file
SYNOPSIS
#include <funtools.h> void FunClose(Fun fun)
DESCRIPTION
The 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 exten- sions from the input file to the output file (if the input file still is open). Thus, we recommend always closing the output Funtools file before the input file. (Alternatively, you can call FunFlush() explicitly).
SEE ALSO
See funtools(7) for a list of Funtools help pages version 1.4.2 January 2, 2008 funclose(3)
Related Man Pages
funopen(3) - opendarwin
funopen(3) - centos
funflush(3) - opendarwin
funopen(3) - suse
funinfoput(3) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?