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.