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

Encapsulates a 64-bit integer. More...

#include <Int64.h>

Data Fields

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

Detailed Description

Encapsulates a 64-bit integer.


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