Word Addressable I/O

NAME

waclos - Closes a word addressable file

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

iun

FORTRAN unit number associated with the file to close.
AUTHOR
Mario Lépine - RPN
NOTES
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)