📄 jbicomp.h
字号:
/****************************************************************************/
/* */
/* Module: jbicomp.h */
/* */
/* Copyright (C) Altera Corporation 1997-2000 */
/* */
/* Description: Contains the function prototypes for compressing */
/* and uncompressing Boolean array data. */
/* */
/****************************************************************************/
#ifndef INC_JBICOMP_H
#define INC_JBICOMP_H
#if PORT==DOS
void jbi_uncompress_page
(
int variable_id,
int page,
int version
);
#else
unsigned long jbi_uncompress
(
unsigned char *in,
unsigned long in_length,
unsigned char *out,
unsigned long out_length,
int version
);
#endif /* PORT==DOS */
#endif /* INC_JBICOMP_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -