moreinttypes 1.8.0
Minimal library of enhanced integer types for C
Loading...
Searching...
No Matches
Int16 Struct Reference

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.
 

Detailed Description

Encapsulates a signed 16-bit integer.


The documentation for this struct was generated from the following file: