Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / gsl_version.h
1 #ifndef __GSL_VERSION_H__
2 #define __GSL_VERSION_H__
3
4 #include <gsl/gsl_types.h>
5
6 #undef __BEGIN_DECLS
7 #undef __END_DECLS
8 #ifdef __cplusplus
9 # define __BEGIN_DECLS extern "C" {
10 # define __END_DECLS }
11 #else
12 # define __BEGIN_DECLS /* empty */
13 # define __END_DECLS /* empty */
14 #endif
15 __BEGIN_DECLS
16
17
18 #define GSL_VERSION "1.11"
19
20 GSL_VAR const char * gsl_version;
21
22 __END_DECLS
23
24 #endif /* __GSL_VERSION_H__ */