Subversion Repositories SvarDOS

Rev

Rev 1609 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1609 Rev 2235
Line 8... Line 8...
8
 
8
 
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <string.h>
10
#include <string.h>
11
 
11
 
12
#include "crc32.h"
12
#include "crc32.h"
13
#include "zlib\zlib.h"
13
#include "zlib/zlib.h"
14
 
14
 
15
#include "inf.h"
15
#include "inf.h"
16
 
16
 
17
/* Decompress from file source to file dest until stream ends or EOF.
17
/* Decompress from file source to file dest until stream ends or EOF.
18
 * inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated
18
 * inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated