?? sca_code.h
字號:
/* * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 2001-2003 Stony Brook University * Copyright (c) 1997-2000 Columbia University * * For specific licensing information, see the COPYING file distributed with * this package, or get one from ftp://ftp.filesystems.org/pub/fist/COPYING. * * This Copyright notice must be kept intact and distributed with all * fistgen sources INCLUDING sources generated by fistgen. *//* * $Id: sca_code.h,v 1.4 2002/12/27 20:18:48 ezk Exp $ */#ifndef GZIPFS_H#define GZIPFS_H#include "zlib.h"extern int sca_encode_page(unsigned char *in, int inlen, unsigned char **out, int *outlen);extern int sca_decode_page(unsigned char *in, int inlen, unsigned char **out, int *outlen);extern int sca_fix_idx(char *name);#endif /* GZIPFS_H */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -