tcc_write_f64: Write a 64-bit double

View source: R/tcc_ptr_utils.R

tcc_write_f64R Documentation

Write a 64-bit double

Description

Write a 64-bit double

Usage

tcc_write_f64(ptr, offset, value)

Arguments

ptr

External pointer

offset

Byte offset

value

Integer value to write

Value

NULL (invisibly). Called for its side effect of writing one 64-bit floating-point value into native memory at ptr + offset.


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