The prototypes end with a semicolon, the function definitions don't.
The prototypes should be before main(), not between main() and its {.
Make the prototypes match the definitions with respect to formal parameters.
Statements end in a semicolon (in your if tree).
Match all your opening braces with closing braces in data_entry.
Take another spin, and post code within [code][/code] tags.
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314