Libecoli 0.11.1
Extensible COmmand LIne library
Loading...
Searching...
No Matches
node_helper.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3 */
4
11
12#pragma once
13
14#include <stdarg.h>
15#include <stddef.h>
16
17#include <ecoli/config.h>
18
19struct ec_node;
20
40struct ec_node **ec_node_config_node_list_to_table(const struct ec_config *config, size_t *len);
41
61
struct ec_node ** ec_node_config_node_list_to_table(const struct ec_config *config, size_t *len)
struct ec_config * ec_node_config_node_list_from_vargs(va_list ap)
struct ec_node * ec_node(const char *typename, const char *id)