home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
SMAILSRC.ZIP
/
SMAIL.ZIP
/
CONFIG.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-05
|
272 b
|
15 lines
/*
* 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[]);