ack/util/ncgg/cost.h
1984-12-17 15:13:39 +00:00

9 lines
101 B
C

/* $Header$ */
#define _COST_
typedef struct cost {
int ct_space;
int ct_time;
} cost_t,*cost_p;