Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 115 Bytes

ar.md

File metadata and controls

7 lines (4 loc) · 115 Bytes

ar TODO

Create .a archives from .o files:

ar rcs a.a a.o b.o

TODO this is deprecated in POSIX 7, why?