view examples/hello.c @ 2194:b1a65d90ce72

Virtual vector interface for FIS operations - from Alexander Neundorf
author gthomas
date Tue, 09 May 2006 15:51:39 +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;
}