The PDCLib Configurator header
Martin ‘Solar’ Baute
Public Domain
_PDCLIB_config.h | The PDCLib Configurator header |
_PDCLIB_div_t | prototype of the div_t type |
Variables | |
quot | stores the quotient of the division |
rem | stores the remainder after the division |
_PDCLIB_ldiv_t | prototype of the ldiv_t type |
Variables | |
quot | stores the quotient of the division |
rem | stores the remainder after the division |
_PDCLIB_lldiv_t | prototype of the lldiv_t type |
Variables | |
quot | stores the quotient of the division |
rem | stores the remainder after the division |
prototype of the div_t type
struct _PDCLIB_div_t
stores the quotient of the division
int quot
stores the remainder after the division
int rem
prototype of the ldiv_t type
struct _PDCLIB_ldiv_t
stores the quotient of the division
long int quot
stores the remainder after the division
long int rem
prototype of the lldiv_t type
struct _PDCLIB_lldiv_t
stores the quotient of the division
long long int quot
stores the remainder after the division
long long int rem