_allmul (NTDLL.@)
LONGLONG _allmul ( LONGLONG a, LONGLONG b )
Multiply two 64 bit integers.
a | [In] | Initial number. |
b | [In] | Number to multiply a by. |
The product of a and b.
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.