linux - Where can I find the GNU ar file format specification? -


I need to use the created AR file, but I can not get a specification document defining the format . Can anyone tell me in the right direction?

From

:

The AR format has never been standardized is; Modern archives are based on a common pattern with two common forms, BSD and GNU.

More information is also here.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -