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