type
<cstdlib>
ldiv_tStructure returned by ldiv
Structure to represent the result value of an integral division performed by function ldiv (and, in C++, possibly also by div).It has two data members of type long int
: quot and rem, defined in either order. A possible definition could be:
1
2
3
4
typedef struct {
long int quot;
long int rem;
} ldiv_t;
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4