silc_file_size
SYNOPSIS
SilcUInt64 silc_file_size(const char *filename);
DESCRIPTION
Returns the size of `filename'. Returns 0 on error and sets silc_errno. If silc_errno is not set the file size is 0 bytes if this returns 0.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
SilcUInt64 silc_file_size(const char *filename);
DESCRIPTION
Returns the size of `filename'. Returns 0 on error and sets silc_errno. If silc_errno is not set the file size is 0 bytes if this returns 0.