Télécharger la liste

Description du projet

ANSI-CIO is a set of transparent replacements for the file functions in stdio.h and unistd.h. They offer the ability to share file accesses, and to open, read, write (and more) files concurrently. Using these functions it is possible to open a file more often than only once and to access it. All functions are completely compatible with their ANSI counterparts.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-28 11:52
0.20

Remplacement transparent pour les open (), close (), read (), write (), et lseek () et certains commutateurs pour permettre soit le fichier *- ou les fonctions de descripteur de fichier ou les deux ont été ajoutés.
Tags: Major feature enhancements
Transparent replacements for open(), close(), read(), write(), and lseek() and some switches to enable either the FILE*- or the file descriptor functions or both were added.

2005-10-14 22:39
1.15

Le remplacement d'fgets () a été mis en œuvre l'appui simultané I / O.
Tags: Minor feature enhancements
A replacement for fgets() was implemented supporting concurrent I/O.

2005-08-18 15:23
0.11

Quelques problèmes potentiels ont été enlevés par l'initialisation de plusieurs variables et les zones de mémoire par défaut.
Tags: Minor bugfixes
Some potential problems have been removed by
initializing several variables and memory areas by
default.

2005-05-25 03:53
0.1

Tags: Initial freshmeat announcement

Project Resources