filum_test
    
    
    
      filum_test,
      a C code which 
      calls filum(), which
      handles information in text files.
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      filum,
      a C code which
      can work with information in text files.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          filum_4by5.txt, a file with 
          missing right parentheses.
        
 
        - 
          filum.txt, a sample file.
        
 
        - 
          filum_append.txt, an 
          example of FILE_APPEND.
        
 
        - 
          filum_braces.txt,  a file 
          with balanced and legal braces.
        
 
        - 
          filum_columns.txt,  a file 
          of 4 rows and 5 columns of numeric data.
        
 
        - 
          filum_copy.txt, an example of
          FILE_COPY.
        
 
        - 
          
          filum_reverse_columns.txt,
          an example of FILE_REVERSE_COLUMNS.
        
 
        - 
          filum_parens1.txt, a file
          with missing right parentheses.
        
 
        - 
          filum_parens2.txt, a file
          with illegally occurring right parentheses.
        
 
        - 
          filum_parens3.txt,  a file 
          with balanced and legal parentheses.
        
 
        - 
          filum_reverse_rows.txt, 
          an example of FILE_REVERSE_ROWS.
        
 
        - 
          story.txt, 
          a file containing a title line and 5 paragraphs of text.
        
 
      
    
    
    
      Last revised on 28 June 2019.