@ -3,5 +3,6 @@
char* convertIntToBinaryStr(int input);
int binaryStrLen(int input);
unsigned int convertBinaryStrToInt(char* input);
#endif