view examples/hello.c @ 1771:6ab0de2c523f

* cdl/flash_strata_v2.cdl: Needs to indicate to io/flash that cache needs handling.
author jlarmour
date Wed, 27 Sep 2006 14:52:41 +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;
}