sc68fordevelopers  2.2.1
unice68.h
Go to the documentation of this file.
1 
11 /* Copyright (C) 1998-2003 Benjamin Gerard */
12 
13 #ifndef _UNICE68_H_
14 #define _UNICE68_H_
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
30 int unice68_ice_version(void);
31 
54 int unice68_get_depacked_size(const void * buffer, int * p_csize);
55 
72 int unice68_depacker(void * dest, const void * src);
73 
78 #ifdef __cplusplus
79 }
80 #endif
81 
82 #endif /* #ifndef _UNICE68_H_ */
83 
int unice68_depacker(void *dest, const void *src)
Depack an ICE buffer to another.
int unice68_get_depacked_size(const void *buffer, int *p_csize)
Test ICE and get compressed and uncompresed size.
int unice68_ice_version(void)
Get ICE depacker version.