bnprint.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 27 行

H
27
字号
/*
 * $Id: bnprint.h,v 1.1 1997/12/14 11:30:38 wprice Exp $
 */

#ifndef Included_bnprint_h
#define Included_bnprint_h

#include "pgpBase.h"

PGP_BEGIN_C_DECLARATIONS

#include <stdio.h>
#include "pgpOpaqueStructs.h"

/* Print in base 16 */
int bnPrint(FILE *f, char const *prefix, BigNum const *bn,
	char const *suffix);

/* Print in base 10 */
int bnPrint10(FILE *f, char const *prefix, BigNum const *bn,
	char const *suffix);

PGP_END_C_DECLARATIONS

#endif /* Included_bnprint_h */

⌨️ 快捷键说明

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