view examples/hello.c @ 1707:0943943e5b80

+ * src/synth.ld: Added the 2ram section needed for flash devices
author asl
date Thu, 05 Aug 2004 13:52:36 +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;
}