Bitcoin ABC 0.30.5
P2P Digital Currency
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
8struct NoechoInst {
11};
12
13#define NO_STDIN_ECHO() NoechoInst _no_echo
14
15bool StdinTerminal();
16bool StdinReady();
17
18#endif // BITCOIN_COMPAT_STDIN_H
bool StdinReady()
Definition: stdin.cpp:54
bool StdinTerminal()
Definition: stdin.cpp:46
~NoechoInst()
Definition: stdin.cpp:71
NoechoInst()
Definition: stdin.cpp:68