Binary I O library
Binary I/O library
http://libbinio.sourceforge.net/
'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.
Documentation
User guide available in HTML format from http://libbinio.sourceforge.net/doc/libbinio/1.2/index.html
Download
Download
version 1.2
(stable)
released on 7 March 2003
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2orlater | Janet Casey | 22 May 2001 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | |
| Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/libbinio-user |
Software prerequisites
This entry (in part or in whole) was last reviewed on 6 May 2003.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.