Bitcoin
|
#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <fs.h>
#include <interfaces/chain.h>
#include <init.h>
#include <noui.h>
#include <shutdown.h>
#include <util/system.h>
#include <util/threadnames.h>
#include <util/strencodings.h>
#include <stdio.h>
Functions | |
static void | WaitForShutdown () |
static bool | AppInit (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt.