Home
last modified time | relevance | path

Searched defs:_div_t (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dstdlib.h275 typedef struct _div_t struct
277 int quot;
278 int rem;
/reactos/sdk/include/crt/
H A Dstdlib.h38 typedef struct _div_t { struct
39 int quot;
40 int rem;