view examples/hello.c @ 1642:b48368553004

* src/rtl8201.c: New file. Added RTL8201 PHY support. * cdl/ks32c5000_eth.cdl: CDL to allow configuration of the above.
author asl
date Fri, 14 May 2004 14:58:04 +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;
}