MicrOS
div_t Struct Reference

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...
 

Detailed Description

Structure to represent the result value of an integral division.

Structure to represent the result value of an integral division performed by function div.

Member Data Documentation

◆ quot

int div_t::quot

Represents the quotient.

◆ rem

int div_t::rem

Represents the remainder.


The documentation for this struct was generated from the following file: