Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
関数 | 変数
lhazlzh.cpp ファイル

LZH interface [詳解]

#include "altstr.hpp"
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
#include <share.h>
#include <io.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include "mybuf.h"
#include "mystr.h"
#include "mymisc.h"
#include "myfile.h"
#include "fileptr.h"
#include "lhazerr.h"
#include "lhazif.h"
#include "lhazsfx.h"
#include "lhazfile.h"
#include "lhazfile_arc.h"
#include "lhazfiletree.h"
#include "lhazlzh.h"
#include "lhazprocfile.h"
#include "lzh.h"
#include "resource.h"
#include "sfx.c"

関数

unsigned int calc_sum (unsigned char *, int)
 
LONGLONG copyfile (MYFILE &f1, MYFILE &f2, LONGLONG size, int crc_flg, bool prg_flg, int stop_flg, bool test_flg)
 
void MakeCrcTable (void)
 

変数

TCHAR temporary_name [MAX_PATH]
 

詳解

LZH interface

著者
chito.nosp@m.ra48.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

関数詳解

◆ calc_sum()

unsigned int calc_sum ( unsigned char *  p,
int  len 
)
extern

◆ copyfile()

LONGLONG copyfile ( MYFILE &  f1,
MYFILE &  f2,
LONGLONG  size,
int  crc_flg,
bool  prg_flg,
int  stop_flg,
bool  test_flg 
)
extern

◆ MakeCrcTable()

void MakeCrcTable ( void  )
extern

変数詳解

◆ temporary_name

TCHAR temporary_name[MAX_PATH]