view examples/hello.c @ 994:7e0dca248469

* include/mqueue.inl (Cyg_Mqueue::get): Fix invalid loop termination cheque for whether busy or not. (Cyg_Mqueue::put): Ditto.
author jlarmour
date Sat, 03 May 2003 14:22:13 +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;
}