diff options
| author | Connor McDowell <[email protected]> | 2024-02-19 20:42:12 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-19 20:42:12 -0800 |
| commit | 940701c948ba488c0d2ae7e7214763001d4b5684 (patch) | |
| tree | 4a58c655da6989bbbdd3c2f94346d80487f6eb16 /Project1/Contacts.h | |
| parent | started fuckin over. (diff) | |
| download | homework-6-connormcdowell275-940701c948ba488c0d2ae7e7214763001d4b5684.tar.xz homework-6-connormcdowell275-940701c948ba488c0d2ae7e7214763001d4b5684.zip | |
i hate this. with this combined with assignment 5 ive spent almost 30 hours over two days plus the last 4 hours on this.
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 edeb2e0..440f06a 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); -void contact_double(contact*& newContact, size_t MAX, size_t t); +contact contact_double(contact newContact[], size_t MAX, size_t t); #endif CONTACTS_HEADER_H
\ No newline at end of file |