PatchworkOS
Loading...
Searching...
No Matches
div.c File Reference
#include <stdlib.h>

Go to the source code of this file.

Functions

div_t div (int numer, int denom)
 

Function Documentation

◆ div()

div_t div ( int  numer,
int  denom 
)

Definition at line 3 of file div.c.

References div_t::quot, and div_t::rem.

Referenced by _print(), _print_hexa(), and _print_integer().