Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
roundTripTest.c File Reference
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "xxhash.h"
#include "lz4.h"
#include "lz4hc.h"

Macros

#define MIN_CLEVEL   (int)(-5)
 
#define MIN(a, b)
 
#define MSG(...)
 
#define CONTROL_MSG(c, ...)
 

Typedefs

typedef int(* compressFn) (const char *src, char *dst, int srcSize, int dstSize, int cLevel)
 

Functions

int bad_usage (const char *exeName)
 
int main (int argCount, const char **argv)
 

Macro Definition Documentation

◆ CONTROL_MSG

#define CONTROL_MSG ( c,
... )
Value:
{ \
if ((c)) { \
MSG(__VA_ARGS__); \
MSG(" \n"); \
abort(); \
} \
}
#define c(i)
Definition sha256.c:43

◆ MIN

#define MIN ( a,
b )
Value:
( (a) < (b) ? (a) : (b) )
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41

◆ MIN_CLEVEL

#define MIN_CLEVEL   (int)(-5)

◆ MSG

#define MSG ( ...)
Value:
fprintf(stderr, __VA_ARGS__)

Typedef Documentation

◆ compressFn

typedef int(* compressFn) (const char *src, char *dst, int srcSize, int dstSize, int cLevel)

Function Documentation

◆ bad_usage()

int bad_usage ( const char * exeName)

◆ main()

int main ( int argCount,
const char ** argv )