libsqsh v1.5.1
Loading...
Searching...
No Matches
list_dir.c File Reference
#include <assert.h>
#include <sqsh.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for list_dir.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 is an example program that lists the top level files in a squashfs archive.

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

This is an example program that traverses a directory in a SquashFS archive.

Definition in file list_dir.c.

Function Documentation

◆ main()

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

Definition at line 15 of file list_dir.c.