diff options
| author | Connor McDowell <[email protected]> | 2024-02-19 18:41:18 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-19 18:41:18 -0800 |
| commit | 3b564892fd2f0b8a25e977bcabb62f7f71252a6b (patch) | |
| tree | 58661f792d4c467bfe0c523916ab7e365375b202 /Project1/Contacts.h | |
| parent | working on doubles (diff) | |
| download | homework-6-connormcdowell275-3b564892fd2f0b8a25e977bcabb62f7f71252a6b.tar.xz homework-6-connormcdowell275-3b564892fd2f0b8a25e977bcabb62f7f71252a6b.zip | |
still testing the doubling.
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 51f5620..d44e6c5 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); -char 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 |