@ -2,5 +2,6 @@
#define CONVERSIONOFNUMBERS_H
char* convertIntToBinaryStr(int input);
int binaryStrLen(int input);
#endif