view examples/hello.c @ 419:047f0d36832a

Add cache control for writethru/copyback modes
author gthomas
date Wed, 13 Nov 2002 21:05:25 +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;
}