9a19360398
This is an MIT-licensed library for reading and writing v7 format tar files. The version here is my fork, which fixes security issues in the original code (it hasn't been updated in 4 years, probably abandoned by the author). Change-Id: I86d41423dacc46e9fa0514b4fc7386a96c216e86
6 lines
87 B
Text
6 lines
87 B
Text
src/microtar.c
|
|
#ifdef ROCKBOX
|
|
src/microtar-rockbox.c
|
|
#else
|
|
src/microtar-stdio.c
|
|
#endif
|