makct32c.h
来自「arm ads1.2 with crack.rar」· C头文件 代码 · 共 17 行
H
17 行
/*
* Huffman word code table prototype
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _MAKE_CT_C_32_
#define _MAKE_CT_C_32_
/*
define the size of the symbol data as 32 bits and include
the generic function prototype
*/
#define SIZE 32
#include "makctc.h"
#undef SIZE
#endif /* _MAKE_CT_C_32_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?