Statistics
| Branch: | Revision:

root / synthbench / euroben-ports / base / C / mod2h / .svn / text-base / prthead.c.svn-base @ 0:839f52ef7657

History | View | Annotate | Download (412 Bytes)

1
#include <stdio.h>
2

    
3
void prthead( void )
4
{
5

    
6
// ---------------------------------------------------------------------
7
   printf( "Machine-independent random number generator rand64()\n" );
8
   printf( "(including initialisation)\n" );
9
   printf( "----------------------------------------\n" );
10
   printf( "   Size |   Time(s)   |   Mop/s     |OK|\n" );
11
   printf( "----------------------------------------\n" );
12
}