view examples/hello.c @ 3263:13227893d387

Include vectors header files for SP floating point to CVS
author vae
date Sun, 25 Aug 2013 14:50:35 +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;
}