|
libnetconf2
1.1.48
NETCONF library for clients and servers
|
libnetconf2 main internal header. More...
#include "config.h"#include "netconf.h"#include "log_p.h"#include "session_p.h"#include "messages_p.h"Go to the source code of this file.
Macros | |
| #define | strisempty(str) ((str)[0] == '\0') |
| #define | strnonempty(str) ((str)[0] != '\0') |
libnetconf2 main internal header.
This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Definition in file libnetconf.h.
| #define strisempty | ( | str | ) | ((str)[0] == '\0') |
Definition at line 26 of file libnetconf.h.
| #define strnonempty | ( | str | ) | ((str)[0] != '\0') |
Definition at line 27 of file libnetconf.h.