7 lines
152 B
C
7 lines
152 B
C
|
#define NULL_TASK -1
|
||
|
struct /* misc TASK parameters */
|
||
|
{
|
||
|
STRING string[STR255];
|
||
|
} taskState;
|
||
|
|