global.h
来自「很有意思得加密解密算法」· C头文件 代码 · 共 19 行
H
19 行
/* GLOBAL.H - RSAREF types and constants
*/
/* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data
Security, Inc. All rights reserved.
*/
/* POINTER defines a generic pointer type */
#ifndef GLOBAL_H
#define GLOBAL_H
typedef unsigned char *POINTER;
/* UINT2 defines a two byte word */
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
typedef unsigned long int UINT4;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?