diff options
| author | Connor McDowell <[email protected]> | 2024-02-21 13:28:59 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-21 13:28:59 -0800 |
| commit | fae782e95a133affd899bf3160b1a4d5e86d5965 (patch) | |
| tree | fba480a823b4088924c796b943b25f0e5379365d /Project1/Contacts.h | |
| parent | still fuckin trying (diff) | |
| download | archived-homework-6-connormcdowell275-fae782e95a133affd899bf3160b1a4d5e86d5965.tar.xz archived-homework-6-connormcdowell275-fae782e95a133affd899bf3160b1a4d5e86d5965.zip | |
comments added. attempting new try to get doubling to work.
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index d1cfe61..220e0f8 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -30,4 +30,6 @@ void printAll(contact newContact[], size_t MAX); void contact_double(contact*& newContact, size_t& MAX, size_t t); +void delete_contact(contact newContact[]); + #endif CONTACTS_HEADER_H
\ No newline at end of file |