#ifndef DECODE_H #define DECODE_H //stripNewlines: Takes a pointer to a null terminated string and the size of the string, removes the newlines and returns the new size. int stripNewlines(char *string, int size) { int a,s;//loop variables for (a=0; a