view examples/hello.c @ 600:a4f75ab7f357

Provide platform specific override for Linux memory layout.
author gthomas
date Wed, 12 Feb 2003 21:05:24 +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;
}