I don't even rememeber what I changed between now and last commit
This commit is contained in:
13
Assignments/MP3_CalebFontenot/arrayFunctions.h
Normal file
13
Assignments/MP3_CalebFontenot/arrayFunctions.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by caleb on 3/16/24.
|
||||
//
|
||||
|
||||
#ifndef MP3_CALEBFONTENOT_ARRAYFUNCTIONS_H
|
||||
#define MP3_CALEBFONTENOT_ARRAYFUNCTIONS_H
|
||||
|
||||
int * reverseArray( int arr[], int size);
|
||||
int * arrayExpander( int arr[], int size);
|
||||
int * elementShifter( int arr[], int size);
|
||||
void printArray(int arr[], int size);
|
||||
|
||||
#endif //MP3_CALEBFONTENOT_ARRAYFUNCTIONS_H
|
Reference in New Issue
Block a user