@ -0,0 +1,6 @@
#ifndef CONVERSIONOFNUMBERS_H
#define CONVERSIONOFNUMBERS_H
char* convertIntToBinaryStr(int input);
#endif