後端工坊 2021 年 10 月 19 日

[C++] List and extract files in .a file

List files in .a file using ar…

List files in .a file using ar program:

ar t file.a

Extract all files:

ar x file.a
End of article
0
Would love your thoughts, please comment.x
()
x