Chapter Contents |
Previous |
Next |
_close |
Portability: | SAS/C extension |
DESCRIPTION |
DESCRIPTION |
_close
is a version of
close
designed
to operate only on HFS files.
_close
runs
faster and calls fewer other library routines than
close
. The
_close
function is used
exactly like the standard
close
functions.
Refer to
close
for a full description.
The argument to
_close
must be the file
descriptor for an open HFS file.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.