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