libsqsh v1.5.1
Loading...
Searching...
No Matches
custom_mapper.c File Reference
#include <assert.h>
#include <errno.h>
#include <sqsh.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for custom_mapper.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Author
Enno Boland (mail@.nosp@m.ebol.nosp@m.and.d.nosp@m.e)

This example shows how to use a custom archive mapper that read from a file. Keep in mind, that libsqsh does guard the mapper against concurrent access. So these functions can be considered thread-safe.

Definition in file custom_mapper.c.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 114 of file custom_mapper.c.