view examples/hello.c @ 1481:ba7fea8efa2f

* src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().
author asl
date Tue, 27 Jan 2004 10:49:06 +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;
}