Skip to content
Snippets Groups Projects
cellframe_node.h 292 B
#ifndef MAIN_H
#define MAIN_H

#ifdef __cplusplus
 extern "C" {
#endif

int cellframe_node_Main(int argc, const char **argv);
int cellframe_node__cli_Main(int argc, const char *argv[]);
int cellframe_node_tool_Main(int argc, const char **argv);

#ifdef __cplusplus
}
#endif

#endif // MAIN_H