consoleoutput.h

来自「SP是一个基于GNU C++编译器」· C头文件 代码 · 共 28 行

H
28
字号
// Copyright (c) 1996 James Clark// See the file COPYING for copying permission.#ifndef ConsoleOutput_INCLUDED#define ConsoleOutput_INCLUDED 1#ifdef __GNUG__#pragma interface#endif#include "OutputCharStream.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifclass SP_API ConsoleOutput {public:  // Returns null if fd is not a console.  static OutputCharStream *makeOutputCharStream(int fd);};#ifdef SP_NAMESPACE}#endif#endif /* not ConsoleOutput_INCLUDED */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?