@ -0,0 +1,9 @@
#ifndef CONVERTER_H
#define CONVERTER_H
void printBits(size_t const size, void const * const ptr);
long parseInst(char* instruction, char* argA, char* argB);
int convertFile(char* filename, char* destination);
#endif
The note is not visible to the blocked user.