Przeglądaj źródła

more fixes and move more apps

MX 2 lat temu
rodzic
commit
6dcdaf633c
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      scrambler.c

+ 0 - 3
scrambler.c

@@ -22,11 +22,8 @@ struct GetScramble {
 struct GetScramble a; // Its object
 
 // Function prototypes to avoid bugs
-void scrambleReplace();
-void genScramble();
 void valid();
 int getRand(int upr, int lwr);
-char* printData();
 void writeToFile();
 
 // Main function