|
PatchworkOS
|
#include <stdlib.h>Go to the source code of this file.
Functions | |
| div_t | div (int numer, int denom) |
| 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().