MicrOS
|
Structure to represent the result value of an integral division. More...
#include <stdlib.h>
Public Attributes | |
long int | quot |
Represents the quotient. More... | |
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 ldiv
.
long int ldiv_t::quot |
Represents the quotient.
long int ldiv_t::rem |
Represents the remainder.