Changeset 11248 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r10949 r11248 1 /** @file psString.h 2 * 3 * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*- 4 * vim: set cindent ts=8 sw=4 expandtab: 5 * 6 * @brief Contains the declarations of string utility functions 7 * 8 * @ingroup SysUtils 9 * 10 * String utility functions defined shall provide basic string copying 11 * capabilities. 12 * 13 * @author Eric Van Alst, MHPCC 14 * @author David Robbins, MHPCC 15 * 16 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-06 04:13:51 $ 18 * 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 1 /* @file psString.h 2 * 3 * @brief string utility functions 4 * 5 * String utility functions defined shall provide basic string copying 6 * capabilities. 7 * 8 * @author EAM, IfA 9 * @author Eric Van Alst, MHPCC 10 * @author David Robbins, MHPCC 11 * 12 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-23 22:47:23 $ 14 * 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 20 16 */ 21 17 22 18 #ifndef PS_STRING_H 23 19 #define PS_STRING_H 20 21 /// @addtogroup SysUtils System Utilities 22 /// @{ 24 23 25 24 #include <sys/types.h> … … 35 34 const char *p_psFileLine(const char *file, int line); 36 35 #define PS_FILE_LINE p_psFileLine(__FILE__,__LINE__) 37 38 // Doxygen group tags39 40 /** @addtogroup SysUtils41 * @{42 */43 36 44 37 /** Allocates a new psString. … … 230 223 #endif // ifndef DOXYGEN 231 224 232 /** @} */// Doxygen - End of SystemGroup Functions 233 225 /// @} 234 226 #endif // #ifndef PS_STRING_H
Note:
See TracChangeset
for help on using the changeset viewer.
