Bitcoin ABC
0.30.5
P2P Digital Currency
src
compat
stdin.h
Go to the documentation of this file.
1
// Copyright (c) 2018 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_COMPAT_STDIN_H
6
#define BITCOIN_COMPAT_STDIN_H
7
8
struct
NoechoInst
{
9
NoechoInst
();
10
~NoechoInst
();
11
};
12
13
#define NO_STDIN_ECHO() NoechoInst _no_echo
14
15
bool
StdinTerminal
();
16
bool
StdinReady
();
17
18
#endif
// BITCOIN_COMPAT_STDIN_H
StdinReady
bool StdinReady()
Definition:
stdin.cpp:54
StdinTerminal
bool StdinTerminal()
Definition:
stdin.cpp:46
NoechoInst
Definition:
stdin.h:8
NoechoInst::~NoechoInst
~NoechoInst()
Definition:
stdin.cpp:71
NoechoInst::NoechoInst
NoechoInst()
Definition:
stdin.cpp:68
Generated on Wed Nov 20 2024 17:55:57 for Bitcoin ABC by
1.9.4