Lhaz
|
#include "altstr.hpp"
#include <time.h>
#include "mybuf.h"
#include "mystr.h"
#include "myfile.h"
#include "lhazif.h"
マクロ定義 | |
#define | BUFFERSIZE 32768 |
関数 | |
void | calccrc (unsigned short &, unsigned char *, unsigned int) |
LONGLONG | copyfile (MYFILE &f1, MYFILE &f2, LONGLONG size, int crc_flg, bool prg_flg, int stop_flg, bool test_flg) |
void | convdelim (unsigned char *path, unsigned char delim) |
unsigned int | calc_sum (unsigned char *p, int len) |
変数 | |
unsigned short | lzh_crc |
#define BUFFERSIZE 32768 |
unsigned int calc_sum | ( | unsigned char * | p, |
int | len | ||
) |
|
extern |
void convdelim | ( | unsigned char * | path, |
unsigned char | delim | ||
) |
LONGLONG copyfile | ( | MYFILE & | f1, |
MYFILE & | f2, | ||
LONGLONG | size, | ||
int | crc_flg, | ||
bool | prg_flg, | ||
int | stop_flg, | ||
bool | test_flg | ||
) |
|
extern |