blob-s8-set!

[procedure] blob-s8-set! blob k byte

SRFI-74: Stores the two's complement representation of byte in element k of blob. Byte, must be an exact integer in the interval {-128, ..., 127}.

The return values are unspecified.