TINI File System Library Description


The TINI File System library ports the file system from the TINI Runtime Environment into a form usable from C. It supports most of the file access functions as defined in stdio.h, plus some other useful file functions. By necessity, it also includes the entire memory manager library. Applications that include the file system library need do nothing more to include the memory manager library.


File System Library Sample Application

The File System sample application demonstrates basic file reading and writing, plus renaming and removing files.




Back to C Library Project Homepage