Sfio
From Wikipedia, the free encyclopedia
For other uses, see SFIO (disambiguation).
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (September 2011) |
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (September 2011) |
Sfio, or Safe/Fast String/File I/O, is a C programming language I/O library developed by David Korn and Kiem-Phong Vo AT&T Labs Research, intended as a replacement for the standard C standard I/O library.
Sfio offers several improvements over stdio: names and calling conventions are more regular (all exported names start with sf, the file handle on which operations are performed is always the first argument), callback functions can be used to preprocess data, and greatly improved performance.
Sfio is available under the terms of the Common Public License.
[edit] External links
| This free software-related article is a stub. You can help Wikipedia by expanding it. |