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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [hello_world/] [hello.c] - Rev 2

Compare with Previous | Blame | View Log

/*
 * Autogenerated hello world print function
 */
 
#include <stdio.h>
#include <container.h>
 
int print_hello_world(void)
{
	printf("%s: Hello world from %s!\n", __CONTAINER__, __CONTAINER_NAME__);
	return 0;
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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