?? pv.h
字號:
// pv.h
#ifndef PV_H
#define PV_H
// macros
#define PV_CLEAR(pv) (*(pv)=0)
// functions
extern bool pv_is_ok(const mv_t pv []);
extern void pv_copy(mv_t dst [], const mv_t src []);
extern void pv_cat(mv_t dst [], const mv_t src [], int move);
extern bool pv_to_string(const mv_t pv [], char string [], int size);
#endif // !defined PV_H
// end of pv.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -