MicrOS
|
Structure to represent the result value of an integral division. More...
#include <stdlib.h>
Public Attributes | |
long long int | quot |
Represents the quotient. More... | |
long long int | rem |
Represents the remainder. More... | |
Structure to represent the result value of an integral division.
Structure to represent the result value of an integral division performed by function lldiv
.
long long int lldiv_t::quot |
Represents the quotient.
long long int lldiv_t::rem |
Represents the remainder.