OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [hello_world/] [hello.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Autogenerated hello world print function
3
 */
4
 
5
#include <stdio.h>
6
#include <container.h>
7
 
8
int print_hello_world(void)
9
{
10
        printf("%s: Hello world from %s!\n", __CONTAINER__, __CONTAINER_NAME__);
11
        return 0;
12
}
13
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.