Changeset 10286 for trunk/psLib/src/sys/psConfigure.h
- Timestamp:
- Nov 29, 2006, 11:33:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.h
r9538 r10286 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-1 0-13 21:13:48$15 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-11-29 21:33:09 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 * Returns the current psLib version name as a string. 31 31 * 32 * @return char*: String with version name.32 * @return psString: String with version name. 33 33 */ 34 34 psString psLibVersion( 35 35 void 36 36 ); 37 38 /** Get current psLib version (full identification) 39 * 40 * Returns the current psLib version name and other information identifying the compilation. 41 * 42 * @return psString: String with identity. 43 */ 44 psString psLibVersionLong(void); 45 37 46 38 47 /** Initializes persistent memory.
Note:
See TracChangeset
for help on using the changeset viewer.
