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