moreinttypes 1.8.0
Minimal library of enhanced integer types for C
|
Encapsulates a 32-bit integer. More...
#include <Int32.h>
Data Fields | |
const int32_t | value |
The underlying value of this Int32. | |
void(* | parse )(struct Int32 *const restrict, const char *, int) |
Attempts to set the value of this Int32 by parsing a numeric string. | |
long double(* | n_bang )(struct Int32 *const restrict) |
Returns the factorial of this Int32's value. | |
const char *(* | to_bin )(struct Int32 *const restrict) |
Returns the base-2 representation of this Int32's value as a string. | |
Encapsulates a 32-bit integer.