Changeset 9544 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Oct 13, 2006, 12:26:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
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
Note:
See TracChangeset
for help on using the changeset viewer.
