]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - examples/hello.c
imx27: commit missed patch for workaround for ENGcm11563
[karo-tx-redboot.git] / examples / hello.c
1 /* this is a simple hello world program */
2 #include <stdio.h>
3
4 int main(void)
5 {
6   printf("Hello, eCos world!\n");
7   return 0;
8 }