lsl_child_value_n function
Get child value of a child with a specified name.
Implementation
@ffi.Native<NativeLsl_child_value_n>()
external ffi.Pointer<ffi.Char> lsl_child_value_n(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
);
Get child value of a child with a specified name.
@ffi.Native<NativeLsl_child_value_n>()
external ffi.Pointer<ffi.Char> lsl_child_value_n(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
);