Section Header
  
  
    + name     := FS_MIN;
  
    - comment  := "File system minimum";
  
  
    - external := `#include `;
  
Section Inherit
  
  
    - parent_object:OBJECT <- 
  
Section Public
  
  
  
 Independance File System 
  
  
  
    - open_read n:ABSTRACT_STRING :POINTER <- 
  
  
    - open_write n:ABSTRACT_STRING :POINTER <- 
    
  
    - read f:POINTER in buf:STRING size sz:INTEGER :INTEGER <-   
  
  
    - write f:POINTER with buf:STRING size sz:INTEGER :INTEGER <-   
    
  
    - close p:POINTER <- 
  
  
    - file_size p:POINTER :INTEGER <-
  
  
    - make_file new_path:ABSTRACT_STRING :BOOLEAN <-