int record; /* record number */
char newName[25]; /* new name */

/* create toolData with no information */
struct toolData tool = { 0, "", 0, 0.0 };

/* obtain number of tool to update */...