home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 10
/
10.iso
/
l
/
l350
/
3.ddi
/
EXAMPLES
/
INTHNDLR
/
CCMAIN.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-02-09
|
192 b
|
14 lines
//
// Main routine for CTRLC.EXE.
// Just calls through to assembly language program in CTRLC.ASM
//
#include <stdio.h>
int main()
{
void asm_main();
asm_main();
return 0;
}