Browse Source

more fixes and move more apps

MX 2 năm trước cách đây
mục cha
commit
6dcdaf633c
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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