div_t Type (Structure)

stdlib.h, unknown.h

typedef struct {
short quot, rem;
} div_t;

An integer division return type used in the div function.