Skip to main content

lyd_print_path

Function lyd_print_path 

Source
pub unsafe extern "C" fn lyd_print_path(
    path: *const c_char,
    root: *const lyd_node,
    format: Type,
    options: u32,
) -> Type
Expand description

@brief Print data tree in the specified format.

@param[in] path File path where to print the data. @param[in] root The root element of the (sub)tree to print. @param[in] format Output format. @param[in] options [Data printer flags](@ref dataprinterflags). @return LY_ERR value.