Libecoli  0.10.1
Extensible COmmand LIne library
yaml.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3  */
4 
12 #pragma once
13 
14 struct ec_node;
15 
25 struct ec_node *ec_yaml_import(const char *filename);
26 
struct ec_node * ec_node(const char *typename, const char *id)
struct ec_node * ec_yaml_import(const char *filename)