whicharc.h

来自「c语言库函数!里面包含了所以c语言中的系统函数的实现及其详细说明和代码!请大家及」· C头文件 代码 · 共 26 行

H
26
字号
/* +++Date last modified: 05-Jul-1997 */

/*
**  WHICHARC.H
**
**   Written by Jari Laaksonen (2:221/360.20), 2 Sep 1994
**   Based on the code by Heinz Ozwirk and David Gersic.
**
**   Free for all participants of the C_ECHO & other conferences where
**   this code is posted. Released to SNIPPETS by the authors.
**
**   See the file WHICHARC.DOC about archive types and file offsets
**   for self extracting archives.
*/

#ifdef __cplusplus
   extern "C" {
#endif

int WhichArc (char *pName);
int SeekFile (FILE *fp, char *header, long pos);

#ifdef __cplusplus
   }
#endif

⌨️ 快捷键说明

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