silc_file_open

SYNOPSIS

    int silc_file_open(const char *filename, int flags);

DESCRIPTION

Opens a file indicated by the filename `filename' with flags indicated by `flags'. The opening permission defaults to 0600. The `flags' are defined in open(2). Returns the opened file descriptor or -1 on error.