File: jzip.h

package info (click to toggle)
jzip 210r20001005d-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,124 kB
  • sloc: ansic: 11,700; sh: 32; makefile: 27
file content (37 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

/* $Id: jzip.h,v 1.5 2000/10/10 14:46:22 jholder Exp $
 * --------------------------------------------------------------------
 * see doc/License.txt for License Information
 * --------------------------------------------------------------------
 *
 * File name: $Id: jzip.h,v 1.5 2000/10/10 14:46:22 jholder Exp $
 *
 * Description:
 *
 * Modification history:
 * $Log: jzip.h,v $
 * Revision 1.5  2000/10/10 14:46:22  jholder
 * Fixed text wrap bug when printing array w/ \r chars in it
 *
 * Revision 1.4  2000/10/05 17:09:12  jholder
 * removed old email address
 *
 * Revision 1.3  2000/10/04 23:07:57  jholder
 * fixed redirect problem with isolatin1 range chars
 *
 * Revision 1.2  2000/09/18 15:31:44  jholder
 * Updated release date for package release
 *
 * Revision 1.1.1.1  2000/05/10 14:21:34  jholder
 *
 * imported
 *
 *
 * --------------------------------------------------------------------
 */

#define JZIPVER "Jzip V2.1"
#define JZIPRELDATE "Tue, Oct 10 2000"
#define JZIPAUTHOR "John Holder (j-holder@home.com)"
#define JZIPURL "http://jzip.sourceforge.net/"