test.h
来自「vxworks demo 有问题写信给我」· C头文件 代码 · 共 21 行
H
21 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?