aboutsummaryrefslogtreecommitdiff
path: root/Project1/header.h
blob: 6b81769f9349e8e6f3bc5b12d67c4a42509f2308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef HEADER
#define HEADER

int print100();

void printUser(userDoB newUser);

userDoB inputPersonal();



#endif HEADER