aftersync.h
来自「个人日程管理系统」· C头文件 代码 · 共 10 行
H
10 行
#include "progectRsc.h"#define SYNCSECT __attribute__ ((section ("syncsect")))// debug, to remove#define DEBUG1(A) FrmCustomAlert(AltEmpty, (A), " ", " ")#define DEBUG2(A, B) FrmCustomAlert(AltEmpty, (A), (B), " ")#define DEBUG3(A, B, C) FrmCustomAlert(AltEmpty, (A), (B), (C))void afterSync(void); // can't go to syncsect, must be in code seg 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?