bnprint.h
Upload User: zbbssh
Upload Date: 2007-01-08
Package Size: 196k
Code Size: 0k
Category:

CA program

Development Platform:

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 */