ソースを参照

more fixes and move more apps

MX 2 年 前
コミット
6dcdaf633c
1 ファイル変更0 行追加3 行削除
  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