IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 12:11:34 PM (20 years ago)
Author:
jhoblitt
Message:

make psDBIntToString() public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r9416 r9422  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-10-09 21:27:11 $
     14 *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-10-09 22:11:34 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    116116static psPtr    psDBGetPTypeNaN(psElemType pType);
    117117static bool     psDBIsPTypeNaN(psElemType pType, psPtr data);
    118 
    119 // string utility functions
    120 static char    *psDBIntToString(psU64 n);
    121118
    122119
     
    21322129/*****************************************************************************/
    21332130
    2134 static char *psDBIntToString(psU64 n)
     2131psString psDBIntToString(psU64 n)
    21352132{
    21362133    // length of string (log10 + 1) + \0
Note: See TracChangeset for help on using the changeset viewer.