Merge pull request #36 from RomTholos/refactor/split-metadata-reader-writer

refactor: split metadata.c into reader/writer
This commit is contained in:
2026-04-02 22:52:20 +01:00
committed by GitHub
3 changed files with 3164 additions and 3118 deletions

View File

@@ -257,6 +257,7 @@ add_library(aaruformat
src/lisa_tag.c
include/aaruformat/structs/lisa_tag.h
src/metadata.c
src/metadata_write.c
src/dump.c
include/aaruformat/structs/tape.h
src/blocks/tape.c

File diff suppressed because it is too large Load Diff

3153
src/metadata_write.c Normal file

File diff suppressed because it is too large Load Diff