Changeset 11694 for trunk/psLib/src/sys/psLine.h
- Timestamp:
- Feb 7, 2007, 3:59:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLine.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLine.h
r11618 r11694 9 9 * @author David Robbins, MHPCC 10 10 * 11 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-02-0 3 06:01:42$11 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-02-08 01:59:28 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 psLine; 31 31 32 32 33 /** Allocates a line object of length Nline. 33 34 * … … 37 38 long Nline ///< length of line object to allocate 38 39 ); 40 39 41 40 42 /** Checks the type of a particular pointer. … … 47 49 psPtr ptr ///< the pointer whose type to check 48 50 ); 51 49 52 50 53 /** Initializes or re-initializes a line. … … 59 62 ); 60 63 64 61 65 /** Adds the line segment to the string. 62 66 * … … 70 74 const char *format, ///< printf-style format of line 71 75 ... ///< any parameters required in format 76 #ifdef __GNUC__ 77 ) __attribute__((format(printf, 2, 3))); 78 #else // ifdef __GNUC__ 72 79 ); 80 #endif // ifdef __GNUC__ 81 73 82 74 83 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
