gost_asm.h
来自「open arj source」· C头文件 代码 · 共 17 行
H
17 行
/* * $Id: gost_asm.h,v 1.1.1.1 2002/03/28 00:03:01 andrew_belov Exp $ * --------------------------------------------------------------------------- * Interface to the assembly module, GOST_ASM.ASM * */#ifndef GOST_ASM_INCLUDED#define GOST_ASM_INCLUDED/* Prototypes */unsigned long gost_term_32(unsigned long *src, unsigned long *dest, unsigned long *key);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?