libnetconf2  1.1.48
NETCONF library for clients and servers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
libnetconf.h File Reference

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')
 

Detailed Description

libnetconf2 main internal header.

Author
Radek Krejci rkrej.nosp@m.ci@c.nosp@m.esnet.nosp@m..cz
Michal Vasko mvask.nosp@m.o@ce.nosp@m.snet..nosp@m.cz Copyright (c) 2015 CESNET, z.s.p.o.

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.

Macro Definition Documentation

#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.