PatchworkOS
Loading...
Searching...
No Matches
imaxdiv.c File Reference
#include <inttypes.h>

Go to the source code of this file.

Functions

imaxdiv_t imaxdiv (intmax_t numer, intmax_t denom)
 

Function Documentation

◆ imaxdiv()

imaxdiv_t imaxdiv ( intmax_t  numer,
intmax_t  denom 
)

Definition at line 3 of file imaxdiv.c.

References imaxdiv_t::quot, and imaxdiv_t::rem.

Referenced by _print(), and _print_integer().