rockbox/lib/microtar/SOURCES
Aidan MacDonald 9a19360398 Add microtar library (for use by M3K bootloader)
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
2021-05-12 11:30:13 +01:00

6 lines
87 B
Text

src/microtar.c
#ifdef ROCKBOX
src/microtar-rockbox.c
#else
src/microtar-stdio.c
#endif