blob-sint-set!

[procedure] blob-sint-set! size endianness blob k n

SRFI-74: Stores the two's complement representation of size size and specified by endianness into the blob at indices {k, ..., k + size - 1}. n must be an exact integer in the interval [-256^(size-1), (256^(size-1))-1].

See also endianness.