Subversion Repositories wimsdev

Rev

Rev 7676 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7676 Rev 8185
Line 22... Line 22...
22
/* limit of data buffers */
22
/* limit of data buffers */
23
#define buflim 1024*1024*16
23
#define buflim 1024*1024*16
24
 
24
 
25
/***************** Nothing should need change hereafter *****************/
25
/***************** Nothing should need change hereafter *****************/
26
 
26
 
27
#include "../wims.h"
-
 
28
#include "../Lib/libwims.h"
27
#include "../Lib/libwims.h"
29
char filename[1024]="";
28
char filename[1024]="";
30
char *filebuf;
29
char *filebuf;
31
int filelen=0;
30
int filelen=0;
32
 
31