encode.h
来自「open arj source」· C头文件 代码 · 共 22 行
H
22 行
/* * $Id: encode.h,v 1.1.1.1 2002/03/28 00:02:24 andrew_belov Exp $ * --------------------------------------------------------------------------- * Prototypes of the functions located in ENCODE.C are declared here. * */#ifndef ENCODE_INCLUDED#define ENCODE_INCLUDED/* Prototypes */void encode(int method);void encode_f();/* Forwarded from this module or ENC_ASM.ASM */void putbits(int n, unsigned short x);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?