IP_TaskZero

IP_TaskZero -- sets all task structure fields to defaults.

Syntax

IP_Task* IP_TaskZero(IP_Task* task);

Arguments

task

An uninitialized task structure.

Returns

task

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.

See Also

Task Structures, IP_TaskNew

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.