view examples/hello.c @ 1712:42611e3b4e77

* include/flash_sst_39vfxxx.inl: The structure declared by CYG_FLASH_FUNS should be static so we can instantiate the driver multiple times.
author asl
date Fri, 06 Aug 2004 13:11:33 +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;
}