NAME
USAGE
call waclos (iun) (FORTRAN)
c_waclos(iun) (C)
DESCRIPTION
Closes a word addressable file.
(click here for an FORTRAN example of use and here for a C example of use)ARGUMENT
FORTRAN unit number associated with the file to close.AUTHOR
Mario Lépine - RPNNOTES
Warning: Do not mix different I/O access to the same file (ex: writda, wawrit).
Buffering configuration can be controlled via the WA_CONFIG environment variable for performance issue.
SEE ALSO
( waopen, waread, wawrit)