view examples/hello.c @ 381:6131849116d0

* cdl/dns.cdl: Move CYGBLD_ISO_DNS_HEADER requires in with CYGINT_ISO_DNS which is where it should always be beside.
author jlarmour
date Fri, 18 Oct 2002 03:05:15 +0000
parents ead06911cbae
children
line wrap: on
line source

/* this is a simple hello world program */
#include <stdio.h>

int main(void)
{
  printf("Hello, eCos world!\n");
  return 0;
}