diff options
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(); |