Function eei::ethereum_codeCopy[][src]

pub unsafe extern "C" fn ethereum_codeCopy(
    code_ptr: *mut u8,
    code_offset: i32,
    length: i32
)
Expand description

Copy bytes of code into memory.

Arguments:

  • code_ptr: The pointer to memory where to put the code bytes.
  • code_offset: the offset in code bytes to begin copying bytes.
  • length: the number of bytes to copy.