debian man page for physfs_archiveinfo

Query: physfs_archiveinfo

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PHYSFS_ArchiveInfo(3)						      physfs						     PHYSFS_ArchiveInfo(3)

NAME
PHYSFS_ArchiveInfo - Information on various PhysicsFS-supported archives.
SYNOPSIS
#include <physfs.h> Data Fields const char * extension const char * description const char * author const char * url Detailed Description Information on various PhysicsFS-supported archives. This structure gives you details on what sort of archives are supported by this implementation of PhysicsFS. Archives tend to be things like ZIP files and such. Warning: Not all binaries are created equal! PhysicsFS can be built with or without support for various archives. You can check with PHYSFS_supportedArchiveTypes() to see if your archive type is supported. See also: PHYSFS_supportedArchiveTypes Field Documentation const char* PHYSFS_ArchiveInfo::author Person who did support for this archive. const char* PHYSFS_ArchiveInfo::description Human-readable archive description. const char* PHYSFS_ArchiveInfo::extension Archive file extension: 'ZIP', for example. const char* PHYSFS_ArchiveInfo::url URL related to this archive Author Generated automatically by Doxygen for physfs from the source code. Version 2.0.2 Fri Feb 24 2012 PHYSFS_ArchiveInfo(3)
Related Man Pages
cc_string(3) - debian
archive_read_filter(3) - centos
archive_read_support_filter_compress(3) - freebsd
archive_read_support_filter_none(3) - freebsd
archive_read_support_filter_program(3) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com