diff options
| author | Connor McDowell <[email protected]> | 2024-02-19 20:57:11 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-19 20:57:11 -0800 |
| commit | e2c04eb1111f0db1ee185bdc73cc7db51c3c9efc (patch) | |
| tree | af8798f12cede1d156542fb6d253b1aa488edc4a /Project1/Contacts.h | |
| parent | i hate this. with this combined with assignment 5 ive spent almost 30 hours o... (diff) | |
| download | homework-6-connormcdowell275-e2c04eb1111f0db1ee185bdc73cc7db51c3c9efc.tar.xz homework-6-connormcdowell275-e2c04eb1111f0db1ee185bdc73cc7db51c3c9efc.zip | |
still fuckin trying
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index 440f06a..d1cfe61 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -28,6 +28,6 @@ void update(contact newContact[], size_t MAX); void printAll(contact newContact[], size_t MAX); -contact contact_double(contact newContact[], size_t MAX, size_t t); +void contact_double(contact*& newContact, size_t& MAX, size_t t); #endif CONTACTS_HEADER_H
\ No newline at end of file |