18-67 C
BOOLEAN ReadEmployeeDate( int MaxEmployees, EMP_LIST * Employees,
FILE * InputFile , int * EmployeeCount , BOOLEAN * IsInputError )
......
void InsertSort( SORT _ARRAY Data, int FirstElmt, int LastElmt )
18-68 C
BOOLEAN ReadEmployeeData int Max Emlpoyees,
EMP_LIST * Employees,
FILE * InputFile,
int * EmployeeCount,
BOOLEAN * IsInputError
...
void InsertSort SORT_ARRAY Data,
int FirstElmt,
int LastElmt
ReadEmployeeData() ReadNewEmployeeData()
18-69
18-69 C
B00LEAN ReadEmployeeData
(
int MaxEmployees;
EMP_LIST * Employess;
FILE * InputFile;
Int * EmployeeCount;
BOOEAN * IslnputError
...
void InsertionSort
SORT_ARRAY Data,
int FirstElmt,
int LastElmt