ack/util/ncgg/cost.h

9 lines
101 B
C
Raw Normal View History

1984-12-17 15:13:39 +00:00
/* $Header$ */
#define _COST_
typedef struct cost {
int ct_space;
int ct_time;
} cost_t,*cost_p;