U_CLOSE - close a UFAS file.

Usage:

#include <ufas.h>
stat = u_close( fp )

Where:

U_FILE fp;
is a file descriptor as returned by "u_open".
int stat;
is 0 on success, and EOF if the call fails.

Description:

"u_close" closes a UFAS file opened by "u_open". The status return will only occur if error-handling has been specified in the call to "u_open".

Copyright © 1996, Thinkage Ltd.