Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
abiTest.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 "lz4frame.h"

Macros

#define MIN(a, b)
 
#define MSG(...)
 
#define CONTROL_MSG(c, ...)
 

Functions

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

Variables

LZ4_stream_t LZ4_cState
 
LZ4_streamDecode_t LZ4_dState
 

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

◆ MSG

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

Function Documentation

◆ bad_usage()

int bad_usage ( const char * exeName)

◆ main()

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

Variable Documentation

◆ LZ4_cState

LZ4_stream_t LZ4_cState

◆ LZ4_dState

LZ4_streamDecode_t LZ4_dState