From 8669fb83a1020550512b6190ee13393a247ca924 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Sat, 1 Feb 2014 23:58:00 -0500 Subject: remove str alloc and replace inside s for strstr --- kmer_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmer_utils.h') diff --git a/kmer_utils.h b/kmer_utils.h index 3caa8de..d71a607 100644 --- a/kmer_utils.h +++ b/kmer_utils.h @@ -4,7 +4,7 @@ unsigned long num_to_index(const char *str, const int kmer, const long error_pos char *index_to_kmer(unsigned long long index, long kmer); // Utility functions -char *strnstrip(const char *s, char *dest, int c, int len); +size_t strnstrip(char *s, int c, size_t len); unsigned long long pow_four(unsigned long long x); // Variables -- cgit v1.2.3