#include <stdlib.h>
Data Fields | |
long | quot |
long | rem |
Description: A type that holds a quotient and remainder of a signed integer division with operands of type long.
Include: <stdlib.h>
Remarks:
This is the structure type returned by the function, ldiv.