IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2007, 5:31:56 PM (19 years ago)
Author:
jhoblitt
Message:

add psSlurpFilename()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psSlurp.h

    r11695 r12072  
    44 * @author Joshua Hoblitt, University of Hawaii
    55 *
    6  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-02-08 01:59:47 $
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-02-27 03:31:56 $
    88 */
    99
     
    2424                    );
    2525
     26// Read ("slurp") a file (specified by filename)
     27// and return a string containing the entire file.
     28psString psSlurpFilename(const char *filename // Filename
     29                    );
     30
    2631/// @}
    2732#endif
Note: See TracChangeset for help on using the changeset viewer.