#include <bigint_t.h>
Data Fields | |
| bigint_word_t * | digit | 
| Digits starting from the least significant.  | |
| size_t | length | 
Number of non-zero digits in the digit array.  | |
| bool_t | negative | 
| Sign.  | |
Used to implement Sysel int type. 
Definition at line 44 of file bigint_t.h.
 1.4.7