IP_TaskZero
IP_TaskZero — sets all task structure fields to defaults.
Syntax
#include <cogent.h>
IP_Task* IP_TaskZero(
IP_Task* task)
;
Arguments
- task
An uninitialized task structure.
Description
This function sets all fields in a task structure to default values.
The task structure is assumed to be uninitialized, so this function
does not attempt to free memory associated with strings within the
task structure.