Compile the firstNameMaleTest.c file with:

anonymizeFirstNameMale.c
commonData.h
CommonFunctions.c
createSeed.c
helperFunctions.c
testAids.c

llocated in the same directory. Two data fikes are provided for test purposes:

firstNameMale.txt
firstNamesMale1219.txt

Once compiled, one of the two txt files above can be used as a test argument:


firstNameMaleTest firstName.txt

or 

firstNameMaleTest firstNamesMale1219.txt

The result will provide a list of numbers representing the distribution of occurrences. 
Note: In the real world, many of the names will be more common than others. For instance,
John is a common name. This will result in different distributions when real data is 
anonymized. All names will map into a single set of 100 names. The first data file, 
firstNameMale.txt contains the 100 most common male given names. The second file,
firstNamesMale1219.txt contains the first 1219 common male given names. 