Skip to content

Commit

Permalink
BigInteger 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DoHITB authored Sep 26, 2022
1 parent 1f04444 commit d6e9379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigInteger.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef BIGINTEGER_H_
#define BIGINTEGER_H_

//MAX_LENGTH: Global varialbe to set BigInteger length.
//MAX_LENGTH: Global varialbe to set BigInteger length.
static int MAX_LENGTH =
#ifdef C_MAX_LENGTH
C_MAX_LENGTH;
Expand Down

0 comments on commit d6e9379

Please sign in to comment.