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

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.
 

Detailed Description

Encapsulates a signed 8-bit integer.


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