_allmul.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/large_int.c".