view examples/hello.c @ 1647:ce0bc90137db

* src/if_lan91cxx.c: Fail initialization if no device found.
author asl
date Mon, 24 May 2004 12:14:22 +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;
}