#ifndef _HISTORY_H_
#define _HISTORY_H_


int load_history(void); //return: 0:load fail, 1:load succ...
void save_his(void);


#endif

