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