Changeset 1166 for trunk/psLib/src/collections/psBitSet.c
- Timestamp:
- Jun 30, 2004, 2:45:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.c
r1162 r1166 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-01 00: 14:25$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-01 00:45:41 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include <ctype.h> 24 24 #include <math.h> 25 #include <stdbool.h> 25 26 26 27 #include "psBitSet.h" … … 140 141 } 141 142 142 intpsBitSetTest(const psBitSet *inBitSet, int bit)143 bool psBitSetTest(const psBitSet *inBitSet, int bit) 143 144 { 144 145 char* byte = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
