enc_gwy.c

来自「open arj source」· C语言 代码 · 共 22 行

C
22
字号
/* * $Id: enc_gwy.c,v 1.1.1.1 2002/03/28 00:02:24 andrew_belov Exp $ * --------------------------------------------------------------------------- * Interface to compression procedures is located here. Any additional code is * to be placed here in the compression stubs. * */#include "arj.h"DEBUGHDR(__FILE__)                      /* Debug information block */void encode_stub(int method){ encode(method);}void encode_f_stub(){ encode_f();}

⌨️ 快捷键说明

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