<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
Macros
roxml_internal.h File Reference

internal header required by all libroxml sources More...

#include <errno.h>
#include "roxml_tune.h"
#include "roxml_types.h"
#include "roxml_defines.h"
#include "roxml_utils.h"
#include "roxml.h"

Go to the source code of this file.

Macros

#define ROXML_INT
 
#define ROXML_STATIC   static
 
#define ROXML_STATIC_INLINE   static inline
 
#define ROXML_STUB   __attribute__((section("__stub")))
 
#define ROXML_PARSE   __attribute__((section("__parse")))
 
#define ROXML_PARSE_ERROR(str)   do { errno = EINVAL; return -1; } while (0);
 

Detailed Description

internal header required by all libroxml sources

(c) copyright 2014 tristan lelong trist.nosp@m.an.l.nosp@m.elong.nosp@m.@lib.nosp@m.roxml.nosp@m..net

SPDX-Licence-Identifier: lgpl-2.1+ the author added a static linking exception, see license.txt.

Definition in file roxml_internal.h.