RNAlib-2.4.18
higher_order_functions.h
1 #ifndef VIENNA_RNA_PACKAGE_UTILS_FUN_H
2 #define VIENNA_RNA_PACKAGE_UTILS_FUN_H
3 
4 void
5 vrna_fun_dispatch_disable(void);
6 
7 
8 void
9 vrna_fun_dispatch_enable(void);
10 
11 
12 int
13 vrna_fun_zip_add_min(const int *e1,
14  const int *e2,
15  int count);
16 
17 
18 #endif