xcb_sumof

@param list: The base of an array @param len: The length of the array @return The sum of all entries in the array.

extern (C)
int
xcb_sumof
(
ubyte* list
,
int len
)

Meta