PPL Assignment
IRM2015006
girl_type.h
Go to the documentation of this file.
1 #ifndef GIRL_TYPE_H
2 #define GIRL_TYPE_H
3 
5 enum GirlNature {
9 };
10 
12 enum BoyType {
16 };
17 
18 #endif /* GIRL_TYPE_H */
Definition: girl_type.h:14
BoyType
Definition: girl_type.h:12
GirlNature
Definition: girl_type.h:5