silc_free

SYNOPSIS

    void silc_free(void *ptr);

DESCRIPTION

Frees the memory area indicated by the `ptr'. If `ptr' is NULL no operation is performed.