|
Legofit
infers population history from nucleotide site patterns.
|
A FIFO queue of unsigned integers. More...
#include "uintqueue.h"#include "misc.h"#include <stdio.h>#include <stdlib.h>Data Structures | |
| struct | UINTqueue |
Functions | |
| UINTqueue * | UINTqueue_push (UINTqueue *self, unsigned value) |
| UINTqueue * | UINTqueue_pop (UINTqueue *self, unsigned *value) |
| int | UINTqueue_length (UINTqueue *self) |
| UINTqueue * | UINTqueue_free (UINTqueue *self) |
A FIFO queue of unsigned integers.