IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 3:59:28 PM (19 years ago)
Author:
jhoblitt
Message:

./sys header file cleanup:

formatting/whitespace fixes
add a few additional gcc attributes
mark p_psFileLine as deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLine.h

    r11618 r11694  
    99 *  @author David Robbins, MHPCC
    1010 *
    11  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-02-03 06:01:42 $
     11 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-02-08 01:59:28 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030psLine;
    3131
     32
    3233/** Allocates a line object of length Nline.
    3334 *
     
    3738    long Nline                         ///< length of line object to allocate
    3839);
     40
    3941
    4042/** Checks the type of a particular pointer.
     
    4749    psPtr ptr                          ///< the pointer whose type to check
    4850);
     51
    4952
    5053/** Initializes or re-initializes a line.
     
    5962);
    6063
     64
    6165/** Adds the line segment to the string.
    6266 *
     
    7074    const char *format,                ///< printf-style format of line
    7175    ...                                ///< any parameters required in format
     76#ifdef __GNUC__
     77) __attribute__((format(printf, 2, 3)));
     78#else // ifdef __GNUC__
    7279);
     80#endif // ifdef __GNUC__
     81
    7382
    7483/// @}
Note: See TracChangeset for help on using the changeset viewer.