silc_sfree
SYNOPSIS
void silc_scalloc(SilcStack stack, void *ptr);
DESCRIPTION
This function can be used to free the `ptr' if `stack' is NULL. This function does nothing if `stack' is non-NULL. When `stack' is NULL this function calls silc_free.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
void silc_scalloc(SilcStack stack, void *ptr);
DESCRIPTION
This function can be used to free the `ptr' if `stack' is NULL. This function does nothing if `stack' is non-NULL. When `stack' is NULL this function calls silc_free.