home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / fortran / mslang / fiolib / fiolib.h < prev   
Text File  |  1993-07-07  |  1KB  |  38 lines

  1. /******************************************************************************\
  2.  *
  3.  *            F  I  O  L  I  B  .  H
  4.  *
  5.  ******************************************************************************
  6.  *
  7.  *    Copyright (c) 1993 by David Cook
  8.  *
  9.  *    Permission to use, copy, and distribute this software and its
  10.  *    documentation for any purpose with or without fee is hereby granted, 
  11.  *    provided that the above copyright notice appears in all copies and 
  12.  *    that both that copyright notice and this permission notice appear 
  13.  *    in supporting documentation.
  14.  *
  15.  *    Permission to modify the software is granted, but not the right to
  16.  *    distribute the modified code.  Modifications are to be distributed 
  17.  *    as patches to released version.
  18.  *
  19.  *    This software is provided "as is" without express or implied warranty.
  20.  *
  21.  *    David Cook
  22.  *    Dave Cook Consulting
  23.  *    206-230-0239
  24.  *    CIS 72124,3725
  25.  *
  26. \******************************************************************************/
  27.  
  28. void ForRewind() ;
  29. int ForGetData ( int fd, char *bp, int size ) ;
  30. int ForGetBuf ( int fd ) ;
  31.  
  32.  
  33. /******************************************************************************\
  34.  *
  35.  *                End of FIOLIB.H
  36.  *
  37. \******************************************************************************/
  38.