view examples/hello.c @ 2335:1e57c4599705

* doc/can.sgml: CAN driver SGML documentation added.
author asl
date Sat, 16 Dec 2006 19:51:21 +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;
}