![]() |
Cyclone Scheme
0.20
|
◆ make_utf8_string_noalloc
Value:
string_type cs; \ cs.tag = string_tag; cs.len = length; \ cs.num_cp = length; \ cs.str = s; }
Definition: types.h:67 Create a string object using the given C string and length. No allocation is done for the given C string. |