cv4_storesignednumeric

Store signed numeric leaf. Must use exact same number of bytes as cv4_signednumericbytes().

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
cv4_storesignednumeric
(
ubyte* p
,
int value
)

Parameters

p ubyte*

address where to store value

value int

value to store

Suggestion Box / Bug Report