table of contents
other versions
- wheezy 1.4.1-4
_alldiv(3w) | Wine API | _alldiv(3w) |
NAME¶
_alldiv (NTDLL.@)SYNOPSIS¶
LONGLONG _alldiv(
LONGLONG a,
LONGLONG b
)
DESCRIPTION¶
Divide two 64 bit unsigned integers.PARAMS¶
a [In] Initial number. b [In] Number to divide a by.RETURNS¶
The dividend of a and b.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/ntdll/large_int.c".Oct 2012 | Wine API |