Message-ID: <001301bffc94$2c0ef3c0$0000a8c0@p150> From: "Sebastian Ferro" To: Subject: Why HolaMundo.exe ---> 106 Kb? Date: Wed, 2 Aug 2000 12:13:09 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01BFFC7B.05720A40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Infomail-Id: 965228956.662301AC1E039E.8956 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_000E_01BFFC7B.05720A40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In Borlandc 3.1 HolaMundo.exe ---> 9 kb with djgpp 2.03 HolaMundo.exe ---> 106 kb The source is: #include int main() { printf("Hola Mundo\n"); return 0; } =20 Why? ------------------------------------ Sebasti=E1n Ferro C=F3rdoba -- Argentina ------=_NextPart_000_000E_01BFFC7B.05720A40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
In Borlandc 3.1  HolaMundo.exe  --->=20 9     kb
with djgpp 2.03 HolaMundo.exe   ---> = 106=20 kb
The source is:
#include <stdio.h>
 
int main() {
 printf("Hola = Mundo\n");
 return=20 0;
}
 
Why?
------------------------------------
Sebasti=E1n=20 Ferro
C=F3rdoba -- Argentina
------=_NextPart_000_000E_01BFFC7B.05720A40--