Categories
Binary I/O library
'libbinio' uses its own protocol to store and retrieve binary data portably. It uses an fprintf/fscanf interface, exporting eight functions: fputf, vfputf, fgetf, vfgetf, fwputf, vfwputf, fwgetf, and vfwgetf.
Rather than using data types such as "16 bits", it uses standard C types and uses printf/scanf-style argument lists (it even uses GNU argument checking if available). It should be a drop-in replacement for printf/scanf and still work perfectly well. It aims to be portable to every C89-conforming implementation, but can use C99 and GNU extensions if available.
Last updated 6 May, 2003
Versions
1.2
1.2 stable released 2003-03-07
- Released: 7 Mar, 2003
- Code Maturity: Stable
- Source Archive: http://prdownloads.sourceforge.net/libbinio/lib...
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User guide available in HTML format from http://libbinio.sourceforge.net/doc/libbinio/1.2/index.html
General Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/libbinio - VCS Repository Webview




