URL
https://opencores.org/ocsvn/ion/ion/trunk
[/] [ion/] [trunk/] [src/] [hello/] [hello.c] - Diff between revs 2 and 90
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 90 |
Line 1... |
Line 1... |
/*hello.c*/
|
/**
|
|
* hello.c -- 'Hello World' basic test.
|
|
*/
|
|
|
|
|
int main()
|
int main()
|
{
|
{
|
puts("compile time: " __DATE__ " -- " __TIME__ "\n");
|
puts("compile time: " __DATE__ " -- " __TIME__ "\n");
|
puts("gcc version: " __VERSION__ "\n");
|
puts("gcc version: " __VERSION__ "\n");
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.