modules/dwl: new module

This commit is contained in:
Ogromny 2022-12-13 15:18:41 +01:00 committed by Daniel Eklöf
parent 6027b2728b
commit f5cfc103d0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
10 changed files with 625 additions and 5 deletions

2
yml.h
View file

@ -13,6 +13,8 @@ bool yml_is_list(const struct yml_node *node);
const struct yml_node *yml_get_value(
const struct yml_node *node, const char *path);
const struct yml_node *yml_get_key(
struct yml_node const *node, char const *path);
struct yml_list_iter {
const struct yml_node *node;