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