libifupdown: add a simple key-value dictionary based on linked lists

This commit is contained in:
Ariadne Conill 2020-07-18 03:08:47 -06:00
parent 803f51efe8
commit 3f618d2a3b
4 changed files with 134 additions and 1 deletions

View file

@ -17,5 +17,6 @@
#define LIBIFUPDOWN_LIBIFUPDOWN_H__GUARD
#include "libifupdown/list.h"
#include "libifupdown/dict.h"
#endif