ReactOS 0.4.15-dev-7942-gd23573b
_SDIV_TEST_DATA Struct Reference

Public Attributes

LONG dividend
 
LONG divisor
 
LONG expected_div
 
LONG expected_mod
 

Detailed Description

Definition at line 10 of file __rt_div.c.

Member Data Documentation

◆ dividend

LONG _SDIV_TEST_DATA::dividend

Definition at line 12 of file __rt_div.c.

Referenced by START_TEST().

◆ divisor

LONG _SDIV_TEST_DATA::divisor

Definition at line 13 of file __rt_div.c.

Referenced by START_TEST().

◆ expected_div

LONG _SDIV_TEST_DATA::expected_div

Definition at line 14 of file __rt_div.c.

◆ expected_mod

LONG _SDIV_TEST_DATA::expected_mod

Definition at line 15 of file __rt_div.c.


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