📄 bnprint.h
字号:
#ifndef BNPRINT_H#define BNPRINT_H#include <stdio.h>struct BigNum;#ifdef __cplusplusextern "C" {#endifint bnPrint(FILE *f, char const *prefix, struct BigNum const *bn, char const *suffix);#ifdef __cplusplus}#endif#endif /* BNPRINT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -