view examples/hello.c @ 678:0ff2fd50676a

* cdl/ser_generic_16x5x.cdl: Remove irrelevant doc link.
author jlarmour
date Mon, 24 Feb 2003 14:15:19 +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;
}