Changeset 889 for trunk/psLib/src/sysUtils/psHash.h
- Timestamp:
- Jun 6, 2004, 2:32:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psHash.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psHash.h
r886 r889 1 /** @file psHash.c 2 * 3 * @brief Contains support for basic hashing functions. 4 * 5 * This file will hold the prototypes for defining a hash table with arbitrary 6 * data types, allocating/deallocating that has table, adding and removing 7 * data from that hash table, and listing all keys defined in the hash table. 8 * 9 * @author Robert Lupton, Princeton University 10 * @author George Gusciora, MHPCC 11 * 12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-07 00:32:53 $ 14 * 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 16 */ 17 1 18 #if !defined(PS_HASH_H) 2 19 #define PS_HASH_H
Note:
See TracChangeset
for help on using the changeset viewer.
