File: comp.h

package info (click to toggle)
sabre 0.2.4b-20
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,596 kB
  • ctags: 7,207
  • sloc: cpp: 36,929; ansic: 8,272; sh: 3,662; makefile: 220
file content (8 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#ifndef COMP_H_RCSID
#define COMP_H_RCSID "$Id$"
/* Compress the source buffer src into the target buffer tgt. */
unsigned long memcompress (char *tgt, 
			   unsigned long tgtsize, 
			   char *src, 
			   unsigned long srcsize);
#endif /* COMP_H_RCSID */