IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2004, 2:18:40 PM (22 years ago)
Author:
desonia
Message:

fixed Doxygen-only function prototype for psRealloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.h

    r648 r696  
    1212 *  @author Robert Lupton, Princeton University
    1313 *
    14  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-05-12 19:05:02 $
     14 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-05-15 00:18:40 $
    1616 *
    1717 *  @ingroup SystemGroup System Utilities
     
    139139#ifdef DOXYGEN
    140140void* psRealloc(void *ptr               ///< Pointer to re-allocate
     141                size_t size,            ///< Size required
    141142               );
    142143#else
Note: See TracChangeset for help on using the changeset viewer.