Scroll to navigation

div_t(3avr) div_t(3avr)

NAME

div_t

SYNOPSIS

#include <stdlib.h>

Data Fields


int quot
int rem

Detailed Description

Result type for function div().

Field Documentation

int div_t::quot

The Quotient.

int div_t::rem

The Remainder.

Author

Generated automatically by Doxygen for AVR-LibC from the source code.

Version 2.2.1 AVR-LibC