SourceForge.net Logo

How to download

1) Click at the link below and copy and paste the text into an arbitrary text editor. 
Then save it as a text file called 'ecc.c'. 
2) Compile and link the file with any C compiler 
(
 for example: bcc32.exe ecc.c -o ecc.exe
 or gcc ecc.c -o ecc
)
3) Execute ecc with an english C source code as a parameter
(
  for example: ecc an_english_c_source_code.e
)
4) The appropriate C source code will be generated on the standard output 
  


latest main.c source code