div_t

Langue: en

Version: 282805 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

div_t -

SYNOPSIS


Detailed Description

Result type for function div().

Data Fields


int quot

int rem

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.