_FSIZE - size of a file in llinks.

(GCOS-8 Only)

Usage:

#include <host_io.h>
size = _fsize(file);

Where:

FILE *file;
is an open disk file whose current size you want to determine.
int size;
is the current size of the file, in llinks.

Description:

"_fsize" determines the current number of llinks in an open disk file.

See Also:

expl b lib f.size

Copyright © 1996, Thinkage Ltd.