tcc_read_bytes: Read raw bytes from a pointer

View source: R/tcc_ptr_utils.R

tcc_read_bytesR Documentation

Read raw bytes from a pointer

Description

Read a fixed number of bytes from an external pointer into a raw vector.

Usage

tcc_read_bytes(ptr, nbytes)

Arguments

ptr

External pointer

nbytes

Number of bytes to read

Value

Raw vector


Rtinycc documentation built on April 28, 2026, 1:07 a.m.