Main index | Section 3 | Options |
#include <inttypes.h>
The imaxdiv_t type is defined as:
typedef struct { intmax_t quot; /* Quotient. */ intmax_t rem; /* Remainder. */ } imaxdiv_t;
IMAXDIV (3) | November 14, 2001 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | To err is human...to really foul up requires the root password. | ” |