www.pudn.com > v4670_flight.rar > Quit.h
/* Please run Chinese a system, then you can read the comment. */ /* 文件名:Quit.c 说明:退出模块函数声明 作者:01090B1 徐英琦 11号 创建日期:2003/6/30 修改日期:2003/7/1 */ /* 保存航班数据 */ void SaveFlight(FLIGHT fltlist[]); /* 保存乘客数据 */ void SavePassenger(PNODE psglist); /* 退出 */ void Quit(FLIGHT fltlist[], PNODE psglist);