lsl_child function
Get a child with a specified name.
Implementation
@ffi.Native<NativeLsl_child>()
external lsl_xml_ptr lsl_child(lsl_xml_ptr e, ffi.Pointer<ffi.Char> name);
Get a child with a specified name.
@ffi.Native<NativeLsl_child>()
external lsl_xml_ptr lsl_child(lsl_xml_ptr e, ffi.Pointer<ffi.Char> name);