This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
RE: problem Compiling hello world C Program.
- From: "Hannu E K Nevalainen \(garbage mail\)" <garbage_collector at telia dot com>
- To: <cygwin at cygwin dot com>
- Date: Wed, 13 Aug 2003 21:17:20 +0200
- Subject: RE: problem Compiling hello world C Program.
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Igor Pechtchanski
> On Wed, 13 Aug 2003, Jag wrote:
I assume you MEANT this...
> > hello.c is
> >
> > #include <stdio.h>
// These are not needed for hello-world ...
> > #include <stdlib.h>
> > #include <string.h>
> >
int main() {
> > printf("Hello World\n");
> > exit 0;
}
Not commenting the errors.
/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?14'N, 17?12'E
--END OF MESSAGE--
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/