Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
static_test.c File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "decompress_sources.h"
#include <linux/zstd.h>

Macros

#define CONTROL(x)
 

Functions

int main (void)
 

Macro Definition Documentation

◆ CONTROL

#define CONTROL ( x)
Value:
do { \
if (!(x)) { \
fprintf(stderr, "%s:%u: %s failed!\n", __FUNCTION__, __LINE__, #x); \
abort(); \
} \
} while (0)

Function Documentation

◆ main()

int main ( void )