debian man page for gfs_closedir

Query: gfs_closedir

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GFS_CLOSEDIR(3) 														   GFS_CLOSEDIR(3)

NAME
gfs_closedir - close a directory
SYNOPSIS
#include <gfarm/gfarm.h> char * gfs_closedir (GFS_Dir dir);
DESCRIPTION
The gfs_closedir() function closes the directory stream associated with dir. The directory stream descriptor dir is not available after this call.
RETURN VALUES
NULL The function terminated successfully. Others An error except the above occurred. The reason is shown by its pointed strings.
SEE ALSO
gfs_opendir(3), gfs_readdir(3) Gfarm 29 October 2003 GFS_CLOSEDIR(3)
Related Man Pages
gfarm_initialize(3) - debian
gfarm_url_section_replicate_from_to(3) - debian
gfs_chmod(3) - debian
gfs_glob(3) - debian
gfs_rename(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?