cp /home/newhall/public/cs21/week12/* .
cp baby.c babyarray.c
In the copy, we really only need the definition of the babyType data structure.
a babyType is represented in the file by 4 lines
BABY NAME LENGTH WEIGHT_LBS WEIGHT_OZYou probably will want to make use of the functions atoi() and atof().