Download Latest Version mffs-2013-07-28.tar.gz (32.7 kB)
Email in envelope

Get an email when there's a new version of Multi-Fork File System

Home
Name Modified Size InfoDownloads / Week
readme.txt 2013-07-28 2.1 kB
mffs-2013-07-28.tar.gz 2013-07-28 32.7 kB
Totals: 2 Items   34.7 kB 0
/******************************************************************************
**                                                                           **
**                         Multi-Fork File System                            **
**                  Copyright (C) L. N. Reed 1985 thru 2013                  **
**                         lnreed@lightning-rose.com                         **
**                                                                           **
**                Released under the GNU Lesser Public License               **
**                   http://www.gnu.org/copyleft/lesser.txt                  **
**                                                                           **
******************************************************************************/

    Here is a list of the files included in this distribution:

mffs:
    readme.txt	- You're looking at it

    lesser.txt  - A copy of the GNU Lesser Public License.

    mffs.c	- A sample program for creating MFFS files and testing 
		  various MFFS API functions. To compile this program 
		  run make in this directory.

    makefile    - For compiling the library source files and building 
		  the sample program (mffs.c). 

mffs/libs:
    link_lib.c  - The source code files for some of the API functions 
    param_lib.c   I've written over the years.
    misc_lib.c   
    string_lib.c  
    time_lib.c    
                  
    mffs_lib.c  - The source code for the MFFS API.

mffs/inc:       - The header (include) files for the library functions.
    lnr.h       - Typedef's and various macros
    debug_lib.h 
    link_lib.h   
    misc_lib.h   
    param_lib.h  
    string_lib.h
    time_lib.h

    mffs_lib.h  - Has the documentation for each of the MFFS API 
                  functions.

  For 64 bit file support on 32 bit Linux operating systems, please see
  the makefile. 32 bit mode works with files up to 2GB in size. 64 bit
  mode has been tested with files up to 8GB in size. 

  All programs were compiled and tested with gcc version 4.4.3

-L.N. Reed, July 2013
Source: readme.txt, updated 2013-07-28