15 #include <ecoli/node.h>
17 struct ec_node *ec_node_file(
const char *
id,
const char *file);
20 int ec_node_file_set_str(
struct ec_node *node,
const char *file);
24 int (*lstat)(
const char *pathname,
struct stat *buf);
25 DIR *(*opendir)(
const char *name);
26 struct dirent *(*readdir)(DIR *dirp);
27 int (*closedir)(DIR *dirp);
28 int (*dirfd)(DIR *dirp);
29 int (*fstatat)(
int dirfd,
const char *pathname,
struct stat *buf,
int flags);
struct ec_node * ec_node(const char *typename, const char *id)