Compile the firstNameFemaleTest.c program with the following in the same directory:

anonymizeFirstNameFemale.c
CommonData.h
CommonFunctions.c
createSeed.c
helperFunctions.c
testAids.c

The resulting program will use the firstNameFemale.txt file as a calling argument:

firstNameFemaleTest firstNameFemale.txt

In this test example, the name in and out is displayed. Those interested in testing the
distribution can use the routines in the firstNameMaleTest.c program.