NAME

_aullrem  (NTDLL.@)

SYNOPSIS

 ULONGLONG _aullrem
 (
  ULONGLONG a,
  ULONGLONG b
 )

DESCRIPTION

Calculate the remainder after dividing two 64 bit unsigned integers.

PARAMS

a [In] Initial number.
b [In] Number to divide a by.

RETURNS

The remainder of a divided by b.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ntdll/large_int.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/large_int.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.