Legofit
infers population history from nucleotide site patterns.
uintqueue.h
1
#ifndef ARR_UINTQUEUE_H
2
#define ARR_UINTQUEUE_H
3
4
#include "typedefs.h"
5
6
UINTqueue
*UINTqueue_push(
UINTqueue
*prev,
unsigned
val);
7
UINTqueue
*UINTqueue_pop(
UINTqueue
*self,
unsigned
*value);
8
UINTqueue
*UINTqueue_free(
UINTqueue
*self);
9
int
UINTqueue_length(
UINTqueue
*self);
10
11
#endif
UINTqueue
Definition:
uintqueue.c:11
Generated on Fri Mar 17 2023 17:45:47 for Legofit by
1.9.4