Functions | |
sct_time_ptr | sct_new (void) |
sct_time_ptr | sct_new_copy (sct_time_ptr pElement) |
sct_time_ptr | sct_free (sct_time_ptr pElement) |
sct_time_ptr sct_free | ( | sct_time_ptr | pElement | ) |
Function to free the sct_time element
Definition at line 56 of file sct_alloc.c.
sct_time_ptr sct_new | ( | void | ) |
Function to allocate a new sct_time element
Definition at line 23 of file sct_alloc.c.
Referenced by sct_new_copy().
sct_time_ptr sct_new_copy | ( | sct_time_ptr | pElement | ) |
Function to allocate a new sct_time element and copy the contents from another sct_time element
Definition at line 40 of file sct_alloc.c.
References sct_new().
Here is the call graph for this function: