/* * config.h: Header file for MS-DOS configuration routine * * Stephen Trier * March 30, 1990 * * This file is in the public domain. */ struct table_entry { char *n, **v; } ; void ms_config(struct table_entry table[]);