#include <stdlib.h>typedef struct{ long long int quot; long long int rem;} lldiv_t;
lldiv_t stores the quotient and remainder returned by lldiv .
lldiv_t conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).
lldiv