RNAlib-2.5.1
wrap_dlib.h
1#ifndef VIENNARNA_DLIB_WRAPPER_H
2#define VIENNARNA_DLIB_WRAPPER_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8double *
9vrna_equilibrium_conc(const double *eq_constants,
10 double *concentration_strands,
11 const unsigned int **A,
12 size_t num_strands,
13 size_t num_complexes);
14
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif