status_t.h
来自「Motion JPEG编解码器源代码」· C头文件 代码 · 共 18 行
H
18 行
#ifndef __STATUS_T_H__#define __STATUS_T_H__// This file (C) 2004 Steven Boswell. All rights reserved.// Released to the public under the GNU General Public License.// See the file COPYING for more information.// The result of an operation.enum Status_t{ g_kNoError, // No error (i.e. success) g_kInternalError, // Unspecified internal error. g_kOutOfMemory, // Free store exhausted.};#endif // __STATUS_T_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?