?? test.h
字號:
/* test.h - test library header file *//* Copyright 1992 Wind River Systems, Inc. *//*modification history--------------------01a,29jul91,smb written.*/#ifndef __lib_test_h#define __lib_test_h#include "stdio.h"#define ASSERT(x) ((x)? 0: (fdprintf(2,"Assert: "__FILE__" %s\n", #x), 1))#define ALL_OUTPUTS 0#endif /* !__lib_test_h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -