CLOSE

NAME

close - Close a file

SYNOPSIS

close(file_descriptor)

close(file:file_descriptor)

DESCRIPTION

This function is used to close a file that was already open with function open

EXAMPLES

close(file_descriptor);

SEE ALSO

Files

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2015-12-28 21:24:14 laplante@sednove.com