aboutsummaryrefslogtreecommitdiff
path: root/Project1/header.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-09 15:26:30 -0800
committerConnor McDowell <[email protected]>2024-02-09 15:26:30 -0800
commitd92cf0d98bdf7259162234809c422bc2f576a7e7 (patch)
tree5f771ed82378321f0ef5e9fde5bf43e06a127d34 /Project1/header.h
parentfiles set up (diff)
downloadhomework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.tar.xz
homework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.zip
created user dob struct and functions
Diffstat (limited to 'Project1/header.h')
-rw-r--r--Project1/header.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project1/header.h b/Project1/header.h
index a661ebb..6b81769 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -1,7 +1,11 @@
#ifndef HEADER
#define HEADER
+int print100();
+void printUser(userDoB newUser);
+
+userDoB inputPersonal();