Files
Fabien Chouteau 5624447ad5 Filesystem: Start a user file IO interface package
This will provide a better user interface to manipulate files (closer to
Ada.Text_IO) than the one required for filesystem drivers.

This idea comes from the difficulty to have an good interface that
covers both the filesystem drivers where implementation have to define
their own file handles and a clean user file IO API.

This separation also makes sense when looking at operating systems. For
instance on Linux, there's a difference between the user interface
(usually the C library) and the filesystem driver implementation (super
block, inodes, etc.).

This is an incomplete experimental version.
2017-04-02 22:00:59 +02:00
..
2017-01-27 08:22:00 +01:00
2017-01-27 08:22:00 +01:00
2017-01-27 08:22:00 +01:00