ReactOS 0.4.16-dev-2135-g2f5a67f
_lldiv_t Struct Reference

#include <stdlib.h>

Public Attributes

__int64 quot
 
__int64 rem
 
long long quot
 
long long rem
 

Detailed Description

Definition at line 57 of file stdlib.h.

Member Data Documentation

◆ quot [1/2]

__int64 _lldiv_t::quot

Definition at line 58 of file stdlib.h.

◆ quot [2/2]

long long _lldiv_t::quot

Definition at line 289 of file stdlib.h.

◆ rem [1/2]

__int64 _lldiv_t::rem

Definition at line 59 of file stdlib.h.

◆ rem [2/2]

long long _lldiv_t::rem

Definition at line 290 of file stdlib.h.


The documentation for this struct was generated from the following files: