A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 4000b234c0 Moved all the file i/o from stdio-style to POSIX-style.
Instead of trying to deal with a count of objects, just give 'em a stream of
bytes. This is WAY simpler to work with at the implementation level, and
removes confusion about what to do with a partial read.

This will be very useful when we expose the i/o interface to applications.
2010-08-21 02:47:58 -04:00
docs ISO9660 archiver, compliments of Christoph Nelles. 2010-03-17 14:50:54 -04:00
extras Fixed logic bug (thanks, Dan!). 2010-02-23 21:58:49 -05:00
src Moved all the file i/o from stdio-style to POSIX-style. 2010-08-21 02:47:58 -04:00
test Added crc32 command to test_physfs.c (thanks, Christoph!). 2010-03-17 14:27:26 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt Make ISO9660 archiver optional. 2010-03-17 15:35:29 -04:00
LICENSE.txt Updated copyright date. 2009-03-23 01:06:54 -04:00
README.txt Moved directory structure around. 2009-03-27 15:10:42 -04:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  http://icculus.org/physfs/

Please see the docs directory for documentation, licensing, and information.