#include <person-record.h>
Public Attributes | |
| int | number |
| char * | street |
| char * | city |
| char | state [2] |
| char * | country |
| int | zip |
|
|
city name is a string |
|
|
country is a string |
|
|
street number is an int |
|
|
state is limited to a 2-char string |
|
|
street name is a string |
1.4.6