-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: rename examples to make more sense
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* @author Enno Boland ([email protected]) | ||
* @file list_files.c | ||
* @file list_dir.c | ||
* | ||
* This is an example program that lists the top level files in a squashfs | ||
* archive. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* @author Enno Boland ([email protected]) | ||
* @file list_files_ll.c | ||
* @file list_dir_ll.c | ||
* | ||
* This is an example program that lists the top level files in a squashfs | ||
* archive. It uses low level variants of the API. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* @author Enno Boland ([email protected]) | ||
* @file list_files.c | ||
* @file read_file.c | ||
* | ||
* This is an example program that prints the content of a file in a squashfs | ||
* archive. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* @author Enno Boland ([email protected]) | ||
* @file list_files_ll.c | ||
* @file read_file_ll.c | ||
* | ||
* This is an example program that prints the content of a file in a squashfs | ||
* archive. It uses low level variants of the API. | ||
|