📄 enc_gwy.c
字号:
/* * $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -