ack/util/ack/dmach.h

20 lines
536 B
C
Raw Normal View History

1984-06-21 10:57:59 +00:00
/***************************************************************/
/* */
/* Definition for table that maps a name on an intable index */
/* */
/***************************************************************/
1984-08-17 14:44:24 +00:00
#ifndef NORCSID
#define RCS_DMACH "$Header$"
#endif
1984-06-21 10:57:59 +00:00
typedef struct {
char *ma_name ; /* The name of the machine */
int ma_index ;
} dmach ;
extern dmach massoc[] ;
extern char intable[] ;