Introduction - If you have any usage issues, please Google them yourself
Index /* definition of Student ID primary key index file structure*/typedef struct (char num [8] /* Student ID*/char name [9] /* Name*/char gender [3] /* Sex*/int score /* success* /) DataType /* define the main file structure* /