ReactOS 0.4.16-dev-814-g656a5dc
|
#include <iostream>
#include <string>
#include <set>
#include <stdexcept>
#include <sys/stat.h>
#include "hhp_reader.h"
#include "utils.h"
#include <unistd.h>
#include "chmc/chmc.h"
#include "chmc/err.h"
Go to the source code of this file.
Functions | |
struct chmcTreeNode * | chmc_add_file (struct chmcFile *chm, const char *filename, UInt16 prefixlen, int sect_id, UChar *buf, UInt64 len) |
int | main (int argc, char **argv) |
struct chmcTreeNode * chmc_add_file | ( | struct chmcFile * | chm, |
const char * | filename, | ||
UInt16 | prefixlen, | ||
int | sect_id, | ||
UChar * | buf, | ||
UInt64 | len | ||
) |
Definition at line 598 of file chmc.c.
Referenced by main().
Definition at line 48 of file hhpcomp.cpp.