diff options
| author | JacobAKnox <[email protected]> | 2021-10-27 20:09:10 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-27 20:09:10 -0700 |
| commit | 8ff4d236298feb927b7d838ac9f5d66c849ba502 (patch) | |
| tree | 49f31c1078cb753255b0d3f36762509e92e95e98 /9c/MultipleFiles/Student.h | |
| parent | 9b finished (diff) | |
| download | cst116-lab5-jacobaknox-8ff4d236298feb927b7d838ac9f5d66c849ba502.tar.xz cst116-lab5-jacobaknox-8ff4d236298feb927b7d838ac9f5d66c849ba502.zip | |
9c finished
Diffstat (limited to '9c/MultipleFiles/Student.h')
| -rw-r--r-- | 9c/MultipleFiles/Student.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/9c/MultipleFiles/Student.h b/9c/MultipleFiles/Student.h new file mode 100644 index 0000000..5b0f613 --- /dev/null +++ b/9c/MultipleFiles/Student.h @@ -0,0 +1,6 @@ +#pragma once + +void GetInputs(float[], int); +void GetCounts(float[], char[], int[], int); +int CalcAvg(float[], int); +void Output(float[], char[], int[], int, int, int);
\ No newline at end of file |