view examples/hello.c @ 1132:50e2b50c6ea7

* include/flash_am29xxxxx_parts.inl (CYGHWR_DEVS_FLASH_AMD_AM29LV400): * cdl/flash_amd_am29xxxxx.cdl: Add support for Am29LV400 part.
author asl
date Sat, 26 Jul 2003 05:10:28 +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;
}