div_t

Langue: en

Version: 350002 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

div_t -

SYNOPSIS


Data Fields


int quot

int rem

Detailed Description

Result type for function div().

Field Documentation

int div_t::quotThe Quotient.

int div_t::remThe Remainder.

Author

Generated automatically by Doxygen for avr-libc from the source code.