|
offbrand
A collection of generic, reference counted datastructures in C for C
|
obint internal structure, encapsulating all data needed for an instance of obint More...
#include <obint_private.h>
Public Attributes | |
| obj | base |
| int8_t | sign |
| int8_t * | digits |
| uint64_t | num_digits |
obint internal structure, encapsulating all data needed for an instance of obint
| obj obint_struct::base |
obj containing reference count and class membership data
| int8_t* obint_struct::digits |
Digit array, in little endian order
| uint64_t obint_struct::num_digits |
Number of digits in the digit array
| int8_t obint_struct::sign |
Sign of integer value, positive or negative
1.8.4