Files
RedBear-OS/recipes/libs/libarchive/source/doc/wiki/ManPageArchiveWriteNew3.wiki
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

32 lines
760 B
Plaintext

ARCHIVE_WRITE_NEW(3) manual page
== NAME ==
'''archive_write_new'''
- functions for creating archives
== LIBRARY ==
Streaming Archive Library (libarchive, -larchive)
== SYNOPSIS ==
'''<nowiki>#include <archive.h></nowiki>'''
<br>
''struct archive *''
<br>
'''archive_write_new'''(''void'');
== DESCRIPTION ==
Allocates and initializes a
'''struct archive'''
object suitable for writing a tar archive.
NULL
is returned on error.
A complete description of the
'''struct archive'''
object can be found in the overview manual page for
[[ManPageLibarchive3]].
== SEE ALSO ==
[[ManPageBsdtar1]],
[[ManPageArchiveWrite3]],
[[ManPageArchiveWriteSetOptions3]],
[[ManPageLibarchive3]],
[[ManPageCpio5]],
[[ManPageMtree5]],
[[ManPageTar5]]