Print logo mark and version number.  
More...
#include <stdio.h>
#include "global.h"
#include "version_major.h"
#include "version_miner.h"
#include "version_patch.h"
Go to the source code of this file.
Print logo mark and version number. 
Definition in file splash.c.
◆ splash()
Print logo mark and version number. 
Definition at line 25 of file splash.c.
References stdoutMPI.
Referenced by InitializeMPI(), and main().
   27 #include "version_major.h"    30 #include "version_miner.h"    33 #include "version_patch.h"    37   fprintf(
stdoutMPI, 
"      ,ammmmmmmmmmmmmmb,,        Welcome to the                 \n");
    38   fprintf(
stdoutMPI, 
"    ,@@` dm          mb  ===m                                    \n");
    39   fprintf(
stdoutMPI, 
"  ,@@` d@@@@@@@@@@@@@@@@b Pm,    @@          @@        @@       \n");
    40   fprintf(
stdoutMPI, 
" d@  d@@@ @@@ @@@@@@ @@@@b ~@a   @@          @@     @@@@@@@@    \n");
    41   fprintf(
stdoutMPI, 
"d@   @@@@ ^^^ @@@@ m m @@@   @,  @@          @@   @@@  @@  @@@  \n");
    42   fprintf(
stdoutMPI, 
"@    @@@@_@@@_@@@@mm mm@@@   @|  @@mmmmmmmmmm@@  @@    @@    @@ \n");
    43   fprintf(
stdoutMPI, 
"P@    9@@@@@@@@@@@@@@@@@P    @~  @@@@@@@@@@@@@@  @@    @@    @@ \n");
    44   fprintf(
stdoutMPI, 
" @@      ~~9@@@@@@PPP~      @P   @@          @@   @@@  @@  @@@  \n");
    45   fprintf(
stdoutMPI, 
"  ~@@b      @@@@@@@      ,@@~    @@          @@     @@@@@@@@    \n");
    46   fprintf(
stdoutMPI, 
"    ~@@@m,,@@@@@@@@@  ,m@~`      @@          @@        @@       \n");
    48   fprintf(
stdoutMPI, 
"           9@P~~~9@P             Version %d.%d.%d    \n", ver_maj, ver_min, ver_pat);
 FILE * stdoutMPI
File pointer to the standard output defined in InitializeMPI()