/* $Id: atoi.h 180699 2015-12-10 19:10:10Z twu $ */
#ifndef ATOI_INCLUDED
#define ATOI_INCLUDED

#include "types.h"

extern Oligospace_T
Atoi_reduce_ag (Oligospace_T oligo);
extern Oligospace_T
Atoi_reduce_tc (Oligospace_T oligo);

#endif

