_allmul(3w)
NAME
_allmul (NTDLL.@)
SYNOPSIS
LONGLONG _allmul ( LONGLONG a, LONGLONG b )
DESCRIPTION
Multiply two 64 bit integers.
PARAMS
a [In] Initial number.
b [In] Number to multiply a by.
RETURNS
The product of a and b.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/large_int.c".