bnprint.h
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:0k
源码类别:

CA认证

开发平台:

C/C++

  1. #ifndef BNPRINT_H
  2. #define BNPRINT_H
  3. #include <stdio.h>
  4. struct BigNum;
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. int bnPrint(FILE *f, char const *prefix, struct BigNum const *bn,
  9. char const *suffix);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* BNPRINT_H */