📄 version.h
字号:
// ==============================================================
//
// Copyright (c) 2002-2003 by Alex Vinokur.
//
// ------------------------------------------------------------
// This software is provided 'as-is', without any express
// or implied warranty. This work and all works derived from it
// may be copied and modified without any restrictions other
// than that a copy of this copyright notice must be included
// in any copy of this work or any derived work.
// ------------------------------------------------------------
//
// mailto:alexvn@connect.to, mailto:alexv@hitechclub.com
// http://up.to/alexv
//
// ==============================================================
// ##############################################################
//
// SOFTWARE : Turing Machine (C++ Implementation)
// FILE : version.h
//
// DESCRIPTION :
// Version info (Declaration)
//
// ------- ----------
// V-1.0 2002-11-11 gcc-3.2 Windows 2000
// ------- ----------
// V-1.0.1 2002-12-05 gcc-3.2 Windows 2000
// V-1.0.2 2003-02-09 gcc-3.2 Windows 2000
// V-1.0.3 2003-07-06 gcc-3.2 Windows 2000
// V-1.0.4 2003-07-08 gcc-3.2 Windows 2000
//
// ##############################################################
// ###############
#ifndef _VERSION_H
#define _VERSION_H
extern const char product_name[];
extern const char product_url[];
extern const char author_name[];
extern const char author_url[];
extern const char author_email[];
extern const char sw_version[];
#endif // _VERSION_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -