⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.h

📁 Vxworks官方demo源代码 学习VXWORKS很好的资料
💻 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 + -