#ifndef NUCLEOTIDE_COUNT_H #define NUCLEOTIDE_COUNT_H #include char *count(const char *dna_strand); #endif