Changeset 9544 for trunk/psLib/src/db
- Timestamp:
- Oct 13, 2006, 12:26:14 PM (20 years ago)
- Location:
- trunk/psLib/src/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r9538 r9544 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.10 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-13 2 1:13:47$14 * @version $Revision: 1.102 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-13 22:26:14 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 2127 2127 /*****************************************************************************/ 2128 2128 2129 psString psDBIntToString(psU64 n)2129 psString psDBIntToString(psU64 value) 2130 2130 { 2131 2131 // length of string (log10 + 1) + \0 -
trunk/psLib/src/db/psDB.h
r9538 r9544 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-13 2 1:13:47$12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 22:26:14 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 406 406 */ 407 407 psString psDBIntToString( 408 psU64 n// integer value to convert408 psU64 value // integer value to convert 409 409 ); 410 410
Note:
See TracChangeset
for help on using the changeset viewer.
