9 lines
101 B
C
9 lines
101 B
C
|
/* $Header$ */
|
||
|
|
||
|
#define _COST_
|
||
|
|
||
|
typedef struct cost {
|
||
|
int ct_space;
|
||
|
int ct_time;
|
||
|
} cost_t,*cost_p;
|