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 -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -