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

Encapsulates an unsigned 16-bit integer. More...

#include <UInt16.h>

Data Fields

const uint16_t value
 The underlying value of this UInt16.
 
void(* parse )(struct UInt16 *const restrict, const char *, int)
 Attempts to set the value of this UInt16 by parsing a numeric string.
 
long double(* n_bang )(struct UInt16 *const restrict)
 Returns the factorial of this UInt16's value.
 
const char *(* to_bin )(struct UInt16 *const restrict)
 Returns the base-2 representation of this UInt16's value as a string.
 

Detailed Description

Encapsulates an unsigned 16-bit integer.


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