diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h index 6b81769..0530417 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -1,6 +1,13 @@ #ifndef HEADER #define HEADER +struct userDoB { + int month; + int day; + int year; +}; + + int print100(); void printUser(userDoB newUser); @@ -8,5 +15,4 @@ void printUser(userDoB newUser); userDoB inputPersonal(); - #endif HEADER
\ No newline at end of file |