Changeset 9422 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Oct 9, 2006, 12:11:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r9416 r9422 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-09 2 1:27:11$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-09 22:11:34 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 399 399 ); 400 400 401 /** converts an integer into a psString 402 * 403 * Note that this function takes an unsigned value. 404 * 405 * @return psString: A psString or NULL on failure 406 */ 407 psString psDBIntToString( 408 psU64 n // integer value to convert 409 ); 410 401 411 402 412 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
