⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global.h

📁 Decompilation Dos Program is a technique that allows you to recover lost source code. It is also nee
💻 H
字号:
/*---------------------------------------------------------------------------*/
// DisC Decompilation Wizard
// written by
// Satish Kumar S
// satish@miel.mot.com
//
// Copyright 1999-2001 Satish Kumar S
//
// Permission is granted to use this software for research purposes as
// long as this notice stays attached to this software.
/*---------------------------------------------------------------------------*/
#ifndef _GLOBAL_H		// Global.h
#define _GLOBAL_H

typedef signed char SByte;
typedef signed short int Sword;
typedef unsigned char Byte;
typedef unsigned short int Word;
typedef unsigned int Dword;
typedef signed int SDword;
#define TRUE  1
#define FALSE 0

#define EndOf(str) (str+strlen(str))

#endif				// Global.h

⌨️ 快捷键说明

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