home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Small Eiffel 0.4.8
/
lib_show
/
cecil
/
example4
/
c_prog.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-13
|
104 b
|
9 lines
|
[
TEXT/CWIE
]
#include <stdio.h>
#include "eiffel.h"
int c_prog (int i1, int i2) {
return integer_plus(i1,i2);
}