Ver Fonte

more fixes and move more apps

MX há 2 anos atrás
pai
commit
6dcdaf633c
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      scrambler.c

+ 0 - 3
scrambler.c

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