diff options
| author | Connor McDowell <[email protected]> | 2024-02-09 15:26:30 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-09 15:26:30 -0800 |
| commit | d92cf0d98bdf7259162234809c422bc2f576a7e7 (patch) | |
| tree | 5f771ed82378321f0ef5e9fde5bf43e06a127d34 /Project1/header.h | |
| parent | files set up (diff) | |
| download | homework-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.h | 4 |
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(); |