posixtest.h

来自「fsmlabs的real time linux的内核」· C头文件 代码 · 共 18 行

H
18
字号
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by:  julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license.  For the full content * of this license, see the COPYING file at the top level of this * source tree. *//* * return codes */#define PTS_PASS        0#define PTS_FAIL        1#define PTS_UNRESOLVED  2#define PTS_UNSUPPORTED 4#define PTS_UNTESTED    5

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?