Synopsis
#include <stdlib.h>
typedef struct {
  int quot;
  int rem;
} div_t;
Description

div_t stores the quotient and remainder returned by div .

Portability

div_t conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).

See also

div