libuci-sys 1.0.5

FFI bindings to OpenWRT UCI
Documentation
1
2
3
4
5
6
7
8
9
#pragma once

#ifdef NDEBUG
#undef NDEBUG
#include <assert.h>
#define NDEBUG
#else
#include <assert.h>
#endif