diff options
| author | Connor McDowell <[email protected]> | 2024-02-10 15:54:35 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-10 15:54:35 -0800 |
| commit | c7d3c18c684b6eb34198098385820eb42808032c (patch) | |
| tree | 3f49966d66f1aa0c03e7700ce3715264bf53e134 /Project1/Contacts.h | |
| parent | add deadline (diff) | |
| download | homework-5-connormcdowell275-c7d3c18c684b6eb34198098385820eb42808032c.tar.xz homework-5-connormcdowell275-c7d3c18c684b6eb34198098385820eb42808032c.zip | |
testing ins, struct manipulation and list manipulation
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h new file mode 100644 index 0000000..bf58cf2 --- /dev/null +++ b/Project1/Contacts.h @@ -0,0 +1,15 @@ +#ifndef CONTACTS_HEADER_H +#define CONTACTS_HEADER_H + +// functions + +char addNew(); + +void update(); + +void printAll(); + +void exit(); + + +#endif CONTACTS_HEADER_H
\ No newline at end of file |