Legofit
infers population history from nucleotide site patterns.
Loading...
Searching...
No Matches
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
for Legofit by
1.14.0