libNuML 1.1.1
Library for reading / writing NuML documents
common.h
Go to the documentation of this file.
1
45#ifndef LIBNUML_COMMON_H
46#define LIBNUML_COMMON_H 1
47
48
50
51
52#include <stdio.h>
53
54
55#if STDC_HEADERS
56# include <errno.h>
57# include <float.h>
58# include <stdarg.h>
59# include <stdlib.h>
60# include <string.h>
61#endif
62
63#if HAVE_MATH_H
64# include <math.h>
65#endif
66
67#if HAVE_IEEFP_H
68# include <ieeefp.h>
69#endif
70
71#ifndef errno
72 extern int errno;
73#endif
74
75
81#define LIBNUML_FLOAT_FORMAT "%.15g"
82
83#define LIBNUML_DOUBLE_PRECISION 15
84
85
86#include <numl/common/extern.h>
87#include <sbml/util/memory.h>
88#include <sbml/util/util.h>
89
90
91#endif /* LIBNUML_COMMON_H */
int errno
Begin svn Header.