export-string
Returns a C string from a Dylan string.
Exported from
Module system
Arguments
dylan-string
An instance of
<byte-string>
.
Values
c-string
An instance of
<raw-pointer>
.
The System module exports an interface to the C language (the C-FFI) and certain operating system calls.
The class of vectors with elements that are eight-bit characters.
A class representing a memory address.