home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
pgmutl
/
makeobj.arc
/
EXAMPLE.C
< prev
next >
Wrap
Text File
|
1988-06-20
|
189b
|
12 lines
/* EXAMPLE.C 6-20-88 */
#include <conio.h>
extern char examfile[]; /* declaration of linked object file */
int main(void)
{
cprintf("\n\n%s\n\n",examfile);
return(0);
}