Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
n_lz4.c File Reference

LZ4 block-compression wrappers, zip4_nstr / unzip4_nstr. More...

#include <limits.h>
#include <stdint.h>
#include <string.h>
#include "nilorea/n_log.h"
#include "nilorea/n_common.h"
#include "nilorea/n_str.h"
#include "nilorea/n_lz4.h"
#include <arpa/inet.h>
#include "lz4.h"
+ Include dependency graph for n_lz4.c:

Go to the source code of this file.

Functions

N_STRunzip4_nstr (N_STR *src)
 Decompress an N_STR produced by zip4_nstr.
 
N_STRzip4_nstr (N_STR *src)
 Compress src with LZ4 block format.
 

Detailed Description

LZ4 block-compression wrappers, zip4_nstr / unzip4_nstr.

Author
Castagnier Mickael
Version
1.0
Date
23/04/2026

Definition in file n_lz4.c.