Implemented the retrieval of values with groups of AVLs
This commit is contained in:
@ -365,7 +365,11 @@ byte_t* obi_seq_to_obibytes(char* seq);
|
||||
* @since November 2015
|
||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||
*/
|
||||
const char* obi_obibytes_to_seq(byte_t* value_b);
|
||||
const char* obi_obibytes_to_seq(byte_t* value_b); // TODO move to encode source files
|
||||
|
||||
|
||||
// TODO
|
||||
byte_t* obi_avl_group_get(OBIDMS_avl_group_p avl_group, index_t idx);
|
||||
|
||||
|
||||
#endif /* OBIAVL_H_ */
|
||||
|
Reference in New Issue
Block a user