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; }