Lottery: 6 of 49
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// includes
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
// defines
|
||||
#define ARRLENGTH 6
|
||||
|
||||
// function declarations
|
||||
void Initialize();
|
||||
int Input(int[]);
|
||||
void Output(int);
|
||||
int CheckGuess(int[], int[]);
|
||||
void RanArray_Fill(int[]);
|
||||
int RanNum();
|
||||
int CheckNotInNums(int[], int);
|
||||
int ValidNum(int);
|
||||
Reference in New Issue
Block a user