Legofit
infers population history from nucleotide site patterns.
Data Structures | Functions
uintqueue.c File Reference

A FIFO queue of unsigned integers. More...

#include "uintqueue.h"
#include "misc.h"
#include <stdio.h>
#include <stdlib.h>

Data Structures

struct  UINTqueue
 

Functions

UINTqueueUINTqueue_push (UINTqueue *self, unsigned value)
 
UINTqueueUINTqueue_pop (UINTqueue *self, unsigned *value)
 
int UINTqueue_length (UINTqueue *self)
 
UINTqueueUINTqueue_free (UINTqueue *self)
 

Detailed Description

A FIFO queue of unsigned integers.