forked from XboxDev/extract-xiso
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace getopt and aspritf implementations
The new code is licensed under BSD
- Loading branch information
1 parent
6113b15
commit 2334785
Showing
7 changed files
with
37 additions
and
314 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "deps/getopt_port"] | ||
path = deps/getopt_port | ||
url = https://github.com/kimgr/getopt_port.git | ||
[submodule "deps/asprintf"] | ||
path = deps/asprintf | ||
url = https://github.com/eiszapfen2000/asprintf.git |
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
Submodule getopt_port
added at
6ad8cc
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.