AVR-LibC  2.2.1
Standard C library for AVR-GCC

AVR-LibC Documentation

Logo

AVR-LibC Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

File List

Loading...
Searching...
No Matches
div_t Struct Reference

#include <stdlib.h>

Data Fields

int quot
int rem

Detailed Description

Result type for function div().

Field Documentation

◆ quot

int div_t::quot

The Quotient.

◆ rem

int div_t::rem

The Remainder.


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