view examples/hello.c @ 1452:c15fe26f81c7

Expand fconfig access via virtual vectors.
author gthomas
date Sun, 21 Dec 2003 13:18:02 +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;
}