|
leapc
|
Quotient and remainder in integer space. More...
#include <quo_mod.h>
Data Fields | |
| int | quo |
| Integer quotient. | |
| int | mod |
| Integer modulus. | |
Quotient and remainder in integer space.
Structure encapsulating the integer quotient and modulus. The structure is returned by the quo_mod() function.
This structure mirrors the standard C div_t structure returned by the div() function, but uses different member names.